mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-06-01 10:05:30 +00:00
AudioCard: remove spacing between in/output
ControlCenterPanel: fix height
This commit is contained in:
@@ -42,7 +42,7 @@ NBox {
|
||||
ColumnLayout {
|
||||
anchors.fill: parent
|
||||
anchors.margins: Style.marginM * scaling
|
||||
spacing: Style.marginM * scaling
|
||||
spacing: 0
|
||||
|
||||
// Output Volume Section
|
||||
ColumnLayout {
|
||||
|
||||
@@ -11,7 +11,7 @@ NPanel {
|
||||
id: root
|
||||
|
||||
preferredWidth: 460
|
||||
preferredHeight: 740
|
||||
preferredHeight: 790
|
||||
panelKeyboardFocus: true
|
||||
|
||||
// Positioning
|
||||
|
||||
Reference in New Issue
Block a user