mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-05 14:59:27 -05:00
fix weird volume dialog spacing
This commit is contained in:
@@ -23,7 +23,6 @@ ColumnLayout {
|
||||
spacing: 16
|
||||
|
||||
DialogSectionListView {
|
||||
visible: root.hasApps
|
||||
Layout.fillHeight: true
|
||||
topMargin: 14
|
||||
|
||||
@@ -42,6 +41,7 @@ ColumnLayout {
|
||||
|
||||
StyledComboBox {
|
||||
id: deviceSelector
|
||||
Layout.fillHeight: false
|
||||
Layout.fillWidth: true
|
||||
Layout.bottomMargin: 6
|
||||
model: root.devices.map(node => node.description)
|
||||
|
||||
Reference in New Issue
Block a user