diff --git a/src/calibre/gui2/preferences/look_feel.ui b/src/calibre/gui2/preferences/look_feel.ui index 4f0b8251b0..244b811cbd 100644 --- a/src/calibre/gui2/preferences/look_feel.ui +++ b/src/calibre/gui2/preferences/look_feel.ui @@ -20,6 +20,10 @@ 0 + + + :/images/lt.png:/images/lt.png + Main Interface @@ -180,6 +184,10 @@ + + + :/images/book.png:/images/book.png + Book Details @@ -258,6 +266,10 @@ + + + :/images/tags.png:/images/tags.png + Tag Browser @@ -352,6 +364,10 @@ then the tags will be displayed each on their own line. + + + :/images/cover_flow.png:/images/cover_flow.png + Cover Browser diff --git a/src/calibre/gui2/preferences/main.py b/src/calibre/gui2/preferences/main.py index e760aa018a..c5f9a11d16 100644 --- a/src/calibre/gui2/preferences/main.py +++ b/src/calibre/gui2/preferences/main.py @@ -89,7 +89,7 @@ class Category(QWidget): # {{{ self.bar = QToolBar(self) self.bar.setStyleSheet( 'QToolBar { border: none; background: none }') - self.bar.setIconSize(QSize(48, 48)) + self.bar.setIconSize(QSize(32, 32)) self.bar.setMovable(False) self.bar.setFloatable(False) self.bar.setToolButtonStyle(Qt.ToolButtonTextUnderIcon)