Skip to content

Commit 6785360

Browse files
committed
qt-stylesheet-template: increase the toolbar icon size and spacing
1 parent 6a8f50c commit 6785360

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

template/qt/stylesheet.qss.template

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,18 +108,22 @@ QToolBar::separator {
108108
QToolButton {
109109
border: none;
110110
background: %BG_PRIMARY%;
111+
padding: 6px;
112+
margin: 2px;
113+
min-width: 32px;
114+
min-height: 32px;
111115
}
112116

113117
QToolButton:hover {
114118
background: %BG_SECONDARY%;
115119
color: %FG_PRIMARY%;
116120
border: none;
121+
border-radius: 3px;
117122
}
118123

119124
QToolButton:pressed {
120125
background: %BORDER%;
121126
color: %BG_PRIMARY%;
122-
padding: 0;
123127
}
124128

125129
/*

0 commit comments

Comments
 (0)