Cleanup: spelling in comments
This commit is contained in:
@@ -66,7 +66,7 @@ def draw_km(display_keymaps, kc, km, children, layout, level):
|
||||
|
||||
if km.is_user_modified:
|
||||
subrow.operator("preferences.keymap_restore", text="Restore")
|
||||
# Add margin to space the button from the scrollbar.
|
||||
# Add margin to space the button from the scroll-bar.
|
||||
subrow.separator()
|
||||
if km.is_modal:
|
||||
subrow.label(text="", icon='LINKED')
|
||||
@@ -159,7 +159,7 @@ def draw_kmi(display_keymaps, kc, km, kmi, layout, level):
|
||||
icon=('TRACKING_CLEAR_BACKWARDS' if kmi.is_user_defined else 'X')
|
||||
).item_id = kmi.id
|
||||
|
||||
# Add margin to space the buttons from the scrollbar.
|
||||
# Add margin to space the buttons from the scroll-bar.
|
||||
row.separator(factor=0.25 if kmi.show_expanded else 1.0)
|
||||
|
||||
# Expanded, additional event settings
|
||||
@@ -350,7 +350,7 @@ def draw_filtered(display_keymaps, filter_type, filter_text, layout):
|
||||
subrow = row.row()
|
||||
subrow.alignment = 'RIGHT'
|
||||
subrow.operator("preferences.keymap_restore", text="Restore")
|
||||
# Add margin to space the button from the scrollbar.
|
||||
# Add margin to space the button from the scroll-bar.
|
||||
subrow.separator()
|
||||
|
||||
for kmi in filtered_items:
|
||||
|
||||
Reference in New Issue
Block a user