Browse Source

smaller font size in notebook selector

Signed-off-by: Le Tan <[email protected]>
Le Tan 9 years ago
parent
commit
a3926631e2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/resources/vnote.qss

+ 1 - 1
src/resources/vnote.qss

@@ -69,7 +69,7 @@ QDockWidget::close-button:hover, QDockWidget::float-button:hover {
 QComboBox#NotebookSelector {
     border: none;
     background-color: @base-background;
-    font-size: 20px;
+    font-size: 15px;
     padding-top: 3px;
     padding-bottom: 3px;
     icon-size: 30px;