forked from qt-creator/qt-creator
		
	QmlDesigner.PropertyEditor: Cleaning the interface
This commit is contained in:
		@@ -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 {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user