Touch up network menu and finish bluetooth menu rework.
This commit is contained in:
@@ -12,7 +12,7 @@ const activeDevices = () => {
|
||||
child: Widget.Label({
|
||||
class_name: "menu-label audio volume",
|
||||
hexpand: true,
|
||||
hpack: "center",
|
||||
hpack: "start",
|
||||
label: "Volume",
|
||||
}),
|
||||
}),
|
||||
|
||||
@@ -16,7 +16,7 @@ const availableDevices = () => {
|
||||
child: Widget.Label({
|
||||
class_name: "menu-label audio playback",
|
||||
hexpand: true,
|
||||
hpack: "center",
|
||||
hpack: "start",
|
||||
label: "Playback Devices",
|
||||
}),
|
||||
}),
|
||||
@@ -50,7 +50,7 @@ const availableDevices = () => {
|
||||
child: Widget.Label({
|
||||
class_name: "menu-label audio playback",
|
||||
hexpand: true,
|
||||
hpack: "center",
|
||||
hpack: "start",
|
||||
label: "Input Devices",
|
||||
}),
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user