summaryrefslogtreecommitdiffstats
path: root/src/Authoring/Studio/Palettes
diff options
context:
space:
mode:
authorTomi Korpipaa <tomi.korpipaa@qt.io>2018-09-11 06:23:41 +0300
committerTomi Korpipää <tomi.korpipaa@qt.io>2018-09-11 06:48:04 +0000
commitad45b918002e9c54950e1a0b670a57b41e68aa88 (patch)
tree606a1ee5fe226364423616938096aa3905113a58 /src/Authoring/Studio/Palettes
parenta3b7e665b7d5f6151da8252367f3bd7ef1129f5a (diff)
Fix clipping of project palette buttons
Task-number: QT3DS-2286 Change-Id: I60373922f3da6df3ffff4a2fec3706f1db0d671f Reviewed-by: Janne Kangas <janne.kangas@qt.io> Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io>
Diffstat (limited to 'src/Authoring/Studio/Palettes')
-rw-r--r--src/Authoring/Studio/Palettes/Project/ProjectView.qml3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Authoring/Studio/Palettes/Project/ProjectView.qml b/src/Authoring/Studio/Palettes/Project/ProjectView.qml
index 4e946fda..f7d9c56f 100644
--- a/src/Authoring/Studio/Palettes/Project/ProjectView.qml
+++ b/src/Authoring/Studio/Palettes/Project/ProjectView.qml
@@ -39,7 +39,6 @@ Rectangle {
ColumnLayout {
anchors.fill: parent
spacing: 4
- width: parent.width
Item {
Layout.fillWidth: true
@@ -240,7 +239,7 @@ Rectangle {
}
RowLayout {
- width: parent.width
+ Layout.fillWidth: true
Layout.margins: 4
Layout.rightMargin: 12
Layout.leftMargin: 12