summaryrefslogtreecommitdiffstats
path: root/src/Authoring/Studio/style.qss
diff options
context:
space:
mode:
authorTomi Korpipaa <tomi.korpipaa@qt.io>2018-02-06 08:45:34 +0200
committerTomi Korpipää <tomi.korpipaa@qt.io>2018-02-06 09:16:12 +0000
commitc326903a6d7bc3139f85d0013c6ef48260ff37c0 (patch)
treebe9ecd5f0b1085595f66267bad365959044d68a4 /src/Authoring/Studio/style.qss
parentc22548b09b7c47a0a8831f687628cfa91cb8b281 (diff)
Make data input choosers act uniformly
Inspector palette had a different look to its data input chooser than the other two. Also updated the look of the dialog, and now it is shown next to the data input icon, instead of in the middle of the screen. Task-number: QT3DS-950 Change-Id: I48e16c3b26066e06dba16c106e93f986e1523558 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io>
Diffstat (limited to 'src/Authoring/Studio/style.qss')
-rw-r--r--src/Authoring/Studio/style.qss5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/Authoring/Studio/style.qss b/src/Authoring/Studio/style.qss
index ea878cdf..a97ed3a8 100644
--- a/src/Authoring/Studio/style.qss
+++ b/src/Authoring/Studio/style.qss
@@ -344,3 +344,8 @@ QDialog#DataInputDlg QPushButton:!enabled {
background: transparent;
color: #727476;
}
+
+/* Data input chooser */
+DataInputSelectDlg {
+ border: 1px solid #404244;
+}