[gnome-control-center/move-sound-output-input-above-stream-list] sound: Move Input/Output section above stream list
- From: Felipe Borges <felipeborges src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-control-center/move-sound-output-input-above-stream-list] sound: Move Input/Output section above stream list
- Date: Fri, 24 Sep 2021 15:02:54 +0000 (UTC)
commit f7c24c2241857229eab40f79c2b302575e57acdc
Author: Felipe Borges <felipeborges gnome org>
Date: Fri Sep 24 17:01:45 2021 +0200
sound: Move Input/Output section 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
panels/sound/cc-sound-panel.ui | 40 ++++++++++++++++++++--------------------
1 file 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
@@ -35,26 +35,6 @@
<property name="visible">True</property>
</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">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>
@@ -364,6 +344,26 @@
</child>
</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">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>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]