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 {
property var backendColor
property var oldMaximumHeight;
height: 180
onFinishedChanged: {
maximumHeight = height;
......@@ -65,7 +64,6 @@ QExtGroupBox {
topMargin: 36
QWidget {
maximumHeight: 140;
layout: HorizontalLayout {
ColorBox {
......
......@@ -10,19 +10,15 @@ QScrollArea {
visible: false;
content: properyEditorExtended;
QFrame {
minimumHeight: 440;
id: properyEditorExtended
layout: QVBoxLayout {
topMargin: 0;
bottomMargin: 0;
leftMargin: 0;
rightMargin: 0;
spacing: 0;
spacing: 0;
Modifiers {
}
// Extended {
// id: extendedBox;
// }
QScrollArea {
}
......
......@@ -4,7 +4,6 @@ import Bauhaus 1.0
GroupBox {
id: rectangleColorGroupBox
finished: finishedNotify;
caption: "Colors"
layout: VerticalLayout {
......@@ -13,10 +12,6 @@ GroupBox {
text: " Color"
}
// ColorTypeButtons {
//
// }
ColorGroupBox {
finished: finishedNotify
......
......@@ -11,6 +11,7 @@ QWidget {
spacing: 0
RectangleColorGroupBox {
finished: finishedNotify;
}
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