Add shortcuts and status bar widgets to toggle and set 3D factor (#6277)
This commit is contained in:
14
dist/qt_themes/default/style.qss
vendored
Normal file
14
dist/qt_themes/default/style.qss
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
QPushButton#3DOptionStatusBarButton {
|
||||
color: #A5A5A5;
|
||||
font-weight: bold;
|
||||
border: 1px solid transparent;
|
||||
background-color: transparent;
|
||||
padding: 0px 3px 0px 3px;
|
||||
text-align: center;
|
||||
min-width: 60px;
|
||||
min-height: 20px;
|
||||
}
|
||||
|
||||
QPushButton#3DOptionStatusBarButton:hover {
|
||||
border: 1px solid #76797C;
|
||||
}
|
Reference in New Issue
Block a user