summaryrefslogtreecommitdiffstats
path: root/src/Authoring/Studio/style.qss
diff options
context:
space:
mode:
authorTomi Korpipaa <tomi.korpipaa@qt.io>2018-01-23 08:57:57 +0200
committerTomi Korpipää <tomi.korpipaa@qt.io>2018-01-23 08:05:54 +0000
commit341abc192e9c914ed12580fb5ab7d2205ba6ad6f (patch)
treed59adfc341087c7ed8eb259fcf648377eacd1adc /src/Authoring/Studio/style.qss
parentde871a15d6a9bf065064027e1e469d80daa82898 (diff)
Fix resizing of toolbar menus
Task-number: QT3DS-273 Change-Id: Iddd2196a10e7070286a1a61c89e2bd3239e79598 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io>
Diffstat (limited to 'src/Authoring/Studio/style.qss')
-rw-r--r--src/Authoring/Studio/style.qss14
1 files changed, 5 insertions, 9 deletions
diff --git a/src/Authoring/Studio/style.qss b/src/Authoring/Studio/style.qss
index 4b9450bc..ea878cdf 100644
--- a/src/Authoring/Studio/style.qss
+++ b/src/Authoring/Studio/style.qss
@@ -114,16 +114,8 @@ QMenu::separator {
}
/* Toolbar */
-QToolBar:horizontal {
+QToolBar {
background: #404244;
- min-height: 24px;
- max-height: 24px;
-}
-
-QToolBar:vertical {
- background: #404244;
- min-width: 24px;
- max-width: 24px;
}
QToolBar::handle:horizontal {
@@ -170,6 +162,10 @@ QToolButton:pressed:!checked {
background-color: #46a2da;
}
+QToolButton#qt_toolbar_ext_button {
+ image: url(:/images/toolbutton-arrow.png);
+}
+
QComboBox#cameraSelector {
/* We have a specific style for camera selector combobox, as it's in the toolbar and needs to
blend in */