Skip to content
Snippets Groups Projects
Commit 4010db46 authored by Christiaan Janssen's avatar Christiaan Janssen
Browse files

QmlDesigner.PropertyEditor: Cleaning the interface

parent 23ce44ce
No related branches found
No related tags found
No related merge requests found
...@@ -9,7 +9,6 @@ QExtGroupBox { ...@@ -9,7 +9,6 @@ QExtGroupBox {
property var backendColor property var backendColor
property var oldMaximumHeight; property var oldMaximumHeight;
height: 180
onFinishedChanged: { onFinishedChanged: {
maximumHeight = height; maximumHeight = height;
...@@ -65,7 +64,6 @@ QExtGroupBox { ...@@ -65,7 +64,6 @@ QExtGroupBox {
topMargin: 36 topMargin: 36
QWidget { QWidget {
maximumHeight: 140;
layout: HorizontalLayout { layout: HorizontalLayout {
ColorBox { ColorBox {
......
...@@ -10,19 +10,15 @@ QScrollArea { ...@@ -10,19 +10,15 @@ QScrollArea {
visible: false; visible: false;
content: properyEditorExtended; content: properyEditorExtended;
QFrame { QFrame {
minimumHeight: 440;
id: properyEditorExtended id: properyEditorExtended
layout: QVBoxLayout { layout: QVBoxLayout {
topMargin: 0; topMargin: 0;
bottomMargin: 0; bottomMargin: 0;
leftMargin: 0; leftMargin: 0;
rightMargin: 0; rightMargin: 0;
spacing: 0; spacing: 0;
Modifiers { Modifiers {
} }
// Extended {
// id: extendedBox;
// }
QScrollArea { QScrollArea {
} }
......
...@@ -4,7 +4,6 @@ import Bauhaus 1.0 ...@@ -4,7 +4,6 @@ import Bauhaus 1.0
GroupBox { GroupBox {
id: rectangleColorGroupBox id: rectangleColorGroupBox
finished: finishedNotify;
caption: "Colors" caption: "Colors"
layout: VerticalLayout { layout: VerticalLayout {
...@@ -13,10 +12,6 @@ GroupBox { ...@@ -13,10 +12,6 @@ GroupBox {
text: " Color" text: " Color"
} }
// ColorTypeButtons {
//
// }
ColorGroupBox { ColorGroupBox {
finished: finishedNotify finished: finishedNotify
......
...@@ -11,6 +11,7 @@ QWidget { ...@@ -11,6 +11,7 @@ QWidget {
spacing: 0 spacing: 0
RectangleColorGroupBox { RectangleColorGroupBox {
finished: finishedNotify;
} }
GroupBox { GroupBox {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment