Cleaned up demopanel
This commit is contained in:
parent
be4da5efaf
commit
457033b979
1 changed files with 0 additions and 14 deletions
|
|
@ -33,13 +33,6 @@ NLoader {
|
|||
anchors.fill: parent
|
||||
}
|
||||
|
||||
// A basic rectangle, which scale ok because out of layout
|
||||
Rectangle {
|
||||
width: Style.baseWidgetSize * scaling
|
||||
height: Style.baseWidgetSize * scaling
|
||||
color: Colors.accentTertiary
|
||||
}
|
||||
|
||||
ColumnLayout {
|
||||
anchors.fill: parent
|
||||
anchors.margins: Style.marginXL * scaling
|
||||
|
|
@ -169,13 +162,6 @@ NLoader {
|
|||
Layout.fillWidth: true
|
||||
}
|
||||
}
|
||||
|
||||
// A basic rectangle, which does not scale right?!
|
||||
Rectangle {
|
||||
width: Style.baseWidgetSize * scaling
|
||||
height: Style.baseWidgetSize * scaling
|
||||
color: Colors.accentPrimary
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue