diff --git a/data/mainwindow.css b/data/mainwindow.css index 92520e36b..84b8f7bf2 100644 --- a/data/mainwindow.css +++ b/data/mainwindow.css @@ -6,3 +6,16 @@ background-repeat: none; background-clip: content; } + +QToolButton { + border: none; +} + +QToolButton::menu-button { + width: 16px; + border: none; +} + +QToolButton[popupMode="1"] { + padding-right: 16px; +}