Added display settings to the toolbar.

This commit is contained in:
Khopa
2020-12-03 22:48:28 +01:00
parent 72ac806cb8
commit 76840ff5c2
37 changed files with 65 additions and 8 deletions

View File

@@ -48,6 +48,21 @@ QMenuBar::item:pressed {
background: #1D2731;
}
QToolButton:checked {
border-color: #435466;
background: #14202B;
}
QToolButton:hover {
background: #536476;
}
QToolBar::separator {
background:white;
width:1px;
height:1px;
}
QMenu::item:selected {
background: #435466;
}