summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelipe Borges <felipeborges@gnome.org>2021-09-24 17:01:45 +0200
committerFelipe Borges <felipeborges@gnome.org>2021-09-24 17:01:45 +0200
commitf7c24c2241857229eab40f79c2b302575e57acdc (patch)
tree709f2ffe88d48beb84876c473c291d3fe84b6642
parentc4034c8498ba8229e066e2ac64bec12d40085201 (diff)
downloadgnome-control-center-move-sound-output-input-above-stream-list.tar.gz
sound: Move Input/Output section above stream listmove-sound-output-input-above-stream-list
The stream list can grow significantly depending on the number of streams available. This is quite common with browser tabs. Fixes #501
-rw-r--r--panels/sound/cc-sound-panel.ui40
1 files changed, 20 insertions, 20 deletions
diff --git a/panels/sound/cc-sound-panel.ui b/panels/sound/cc-sound-panel.ui
index b5706e28b..069d292d8 100644
--- a/panels/sound/cc-sound-panel.ui
+++ b/panels/sound/cc-sound-panel.ui
@@ -40,26 +40,6 @@
<property name="visible">True</property>
<property name="xalign">0</property>
<property name="margin-top">18</property>
- <property name="label" translatable="yes">Volume Levels</property>
- <attributes>
- <attribute name="weight" value="bold"/>
- </attributes>
- </object>
- </child>
- <child>
- <object class="CcStreamListBox" id="stream_list_box">
- <property name="visible">True</property>
- <property name="label-size-group">label_size_group</property>
- <style>
- <class name="content"/>
- </style>
- </object>
- </child>
- <child>
- <object class="GtkLabel">
- <property name="visible">True</property>
- <property name="xalign">0</property>
- <property name="margin-top">18</property>
<property name="label" translatable="yes">Output</property>
<attributes>
<attribute name="weight" value="bold"/>
@@ -369,6 +349,26 @@
<property name="visible">True</property>
<property name="xalign">0</property>
<property name="margin-top">18</property>
+ <property name="label" translatable="yes">Volume Levels</property>
+ <attributes>
+ <attribute name="weight" value="bold"/>
+ </attributes>
+ </object>
+ </child>
+ <child>
+ <object class="CcStreamListBox" id="stream_list_box">
+ <property name="visible">True</property>
+ <property name="label-size-group">label_size_group</property>
+ <style>
+ <class name="content"/>
+ </style>
+ </object>
+ </child>
+ <child>
+ <object class="GtkLabel">
+ <property name="visible">True</property>
+ <property name="xalign">0</property>
+ <property name="margin-top">18</property>
<property name="label" translatable="yes">Alert Sound</property>
<attributes>
<attribute name="weight" value="bold"/>