Skip to content

Commit

Permalink
ViewToolBarWidget set font size for view mode buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
joshirio committed Feb 4, 2020
1 parent 39ca4a2 commit b4f1cc5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions widgets/viewtoolbarwidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,7 @@ ViewToolBarWidget::ViewToolBarWidget(QWidget *parent) :
"radius: 1.35, stop: 0 #fff, stop: 1 #ddd);"
"}"
"QPushButton#viewModeActionLeft {"
"font-size: 11px;"
"min-width: 90px;"
"color: #333;"
"border-left: 2px solid #555;"
Expand All @@ -325,6 +326,7 @@ ViewToolBarWidget::ViewToolBarWidget(QWidget *parent) :
"radius: 1.35, stop: 0 #fff, stop: 1 #888);"
"}"
"QPushButton#viewModeActionRight {"
"font-size: 11px;"
"min-width: 80px;"
"color: #333;"
"border-right: 2px solid #555;"
Expand Down

0 comments on commit b4f1cc5

Please sign in to comment.