mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-01-20 02:55:19 +01:00
...
This commit is contained in:
parent
2f18553902
commit
a42e155648
1 changed files with 1 additions and 1 deletions
|
|
@ -219,7 +219,7 @@ def show_column_header_context_menu(self, pos):
|
|||
|
||||
self.column_header_context_menu.addSeparator()
|
||||
self.column_header_context_menu.addAction(
|
||||
_('Resize column to fit'),
|
||||
_('Shrink column if it is too wide to fit'),
|
||||
partial(self.resize_column_to_fit, column=self.column_map[idx]))
|
||||
self.column_header_context_menu.addAction(
|
||||
_('Restore default layout'),
|
||||
|
|
|
|||
Loading…
Reference in a new issue