mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-06-03 10:56:16 +00:00
ControlCenter: more layout fixes
This commit is contained in:
@@ -10,7 +10,7 @@ import qs.Widgets
|
||||
NPanel {
|
||||
id: root
|
||||
|
||||
preferredWidth: 460
|
||||
preferredWidth: 480
|
||||
preferredHeight: 580
|
||||
panelKeyboardFocus: true
|
||||
|
||||
@@ -31,9 +31,8 @@ NPanel {
|
||||
// Layout content
|
||||
ColumnLayout {
|
||||
id: layout
|
||||
x: content.cardSpacing
|
||||
y: content.cardSpacing
|
||||
width: parent.width - (2 * content.cardSpacing)
|
||||
anchors.fill: parent
|
||||
anchors.margins: content.cardSpacing
|
||||
spacing: content.cardSpacing
|
||||
|
||||
// Top Card: profile + utilities
|
||||
|
||||
Reference in New Issue
Block a user