forked from Shinonome/dots-hyprland
fix weird volume dialog spacing
This commit is contained in:
@@ -23,7 +23,6 @@ ColumnLayout {
|
|||||||
spacing: 16
|
spacing: 16
|
||||||
|
|
||||||
DialogSectionListView {
|
DialogSectionListView {
|
||||||
visible: root.hasApps
|
|
||||||
Layout.fillHeight: true
|
Layout.fillHeight: true
|
||||||
topMargin: 14
|
topMargin: 14
|
||||||
|
|
||||||
@@ -42,6 +41,7 @@ ColumnLayout {
|
|||||||
|
|
||||||
StyledComboBox {
|
StyledComboBox {
|
||||||
id: deviceSelector
|
id: deviceSelector
|
||||||
|
Layout.fillHeight: false
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
Layout.bottomMargin: 6
|
Layout.bottomMargin: 6
|
||||||
model: root.devices.map(node => node.description)
|
model: root.devices.map(node => node.description)
|
||||||
|
|||||||
Reference in New Issue
Block a user