mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-30 20:15:35 +08:00
Some minor UI improvements
* buttons right aligned * min-height in qss * removed "public slots" where not needed * QMessageBox when changing widget style (because it is so slow)
This commit is contained in:
@@ -607,6 +607,10 @@ QTreeView::branch:closed:has-children {
|
||||
image: url(:/diagona/icons/diagona/icons/toggle-expand.png);
|
||||
}
|
||||
|
||||
QSlider {
|
||||
min-height: 2em;
|
||||
}
|
||||
|
||||
QSlider::groove:horizontal {
|
||||
border: 1px solid gray;
|
||||
height: 4px; /* the groove expands to the size of the slider by default. by giving it a height, it has a fixed size */
|
||||
|
||||
Reference in New Issue
Block a user