mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-15 18:43:59 +00:00
OSD: fix vertical layout
autoformat
This commit is contained in:
@@ -63,6 +63,7 @@ NPanel {
|
||||
SystemMonitorCard {
|
||||
Layout.preferredWidth: Style.baseWidgetSize * 2.625 * scaling
|
||||
Layout.fillHeight: true
|
||||
scaling: root.scaling
|
||||
}
|
||||
}
|
||||
|
||||
@@ -70,6 +71,7 @@ NPanel {
|
||||
AudioCard {
|
||||
Layout.fillWidth: true
|
||||
Layout.preferredHeight: Math.max(120 * scaling)
|
||||
scaling: root.scaling
|
||||
}
|
||||
|
||||
// Bottom actions (two grouped rows of round buttons)
|
||||
|
||||
Reference in New Issue
Block a user