File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 268268 "tag.search_for_tag" : " Search for Tag" ,
269269 "tag.shorthand" : " Shorthand" ,
270270 "tag.tag_name_required" : " Tag Name (Required)" ,
271- "tag.view_limit" : " View Limit:" ,
271+ "tag.view_limit" : " & View Limit:" ,
272272 "trash.context.ambiguous" : " Move file(s) to {trash_term}" ,
273273 "trash.context.plural" : " Move files to {trash_term}" ,
274274 "trash.context.singular" : " Move file to {trash_term}" ,
Original file line number Diff line number Diff line change @@ -81,6 +81,7 @@ def __init__(
8181 self .limit_layout .addWidget (self .limit_title )
8282
8383 self .limit_combobox = QComboBox ()
84+ self .limit_title .setBuddy (self .limit_combobox )
8485 self .limit_combobox .setEditable (False )
8586 self .limit_combobox .addItems ([str (x ) for x in TagSearchPanel ._limit_items ])
8687 self .limit_combobox .setCurrentIndex (TagSearchPanel ._default_limit_idx )
You can’t perform that action at this time.
0 commit comments