summaryrefslogtreecommitdiffstats
path: root/src/Authoring/Studio/style.qss
diff options
context:
space:
mode:
authorTomi Korpipaa <tomi.korpipaa@qt.io>2017-10-18 09:55:10 +0300
committerTomi Korpipää <tomi.korpipaa@qt.io>2017-10-18 07:19:01 +0000
commit206e3b215f09776eebe57424517219b7ceaa9b59 (patch)
treefd96f2a6d5c3353e0f35d861b1d29f806038acdc /src/Authoring/Studio/style.qss
parent73535526258376e17343086a59b22ff7b8c3ec7d (diff)
Move the rest of image resources to images folder
Unused images are deleted. Task-number: BOUL-711 Change-Id: I2e1eebc315354400d3966509bc3c7e18c39ff202 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io>
Diffstat (limited to 'src/Authoring/Studio/style.qss')
-rw-r--r--src/Authoring/Studio/style.qss4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Authoring/Studio/style.qss b/src/Authoring/Studio/style.qss
index 4ad8cdaf..b7ae3113 100644
--- a/src/Authoring/Studio/style.qss
+++ b/src/Authoring/Studio/style.qss
@@ -116,7 +116,7 @@ QToolBar {
}
QToolBar::handle {
- image: url(:/res/separator.png);
+ image: url(:/images/separator.png);
}
QToolBar::separator {
@@ -178,7 +178,7 @@ QComboBox::drop-down {
}
QComboBox::down-arrow {
- image: url(:/res/arrow_down.png);
+ image: url(:/images/arrow_down.png);
}
QGroupBox {