mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-15 18:43:59 +00:00
Cleaned up demopanel
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user