mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Merge branch 'master' of https://github.com/cbhaley/calibre
This commit is contained in:
commit
2156159b8c
@ -333,6 +333,7 @@ class CreateCustomColumn(QDialog):
|
||||
h1.addWidget(b)
|
||||
return b
|
||||
self.bool_show_icon_button = add_bool_radio_button(_('&Icon'))
|
||||
self.bool_show_icon_button.setChecked(True)
|
||||
self.bool_show_text_button = add_bool_radio_button(_('&Text'))
|
||||
self.bool_show_both_button = add_bool_radio_button(_('&Both'))
|
||||
self.bool_button_group = QGroupBox()
|
||||
|
Loading…
x
Reference in New Issue
Block a user