summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Kang <jonathankang@gnome.org>2019-05-10 15:10:55 +0800
committerRobert Ancell <robert.ancell@gmail.com>2019-07-15 03:35:59 +0000
commit90af5b87f9d84bfc6fcf987fcbce840880880b70 (patch)
tree8820a09206ec1d3a299f9ffec604c731d348d400
parent6ed523959d4f72e6dd1c10a88e82658fcc8d5737 (diff)
downloadgnome-control-center-90af5b87f9d84bfc6fcf987fcbce840880880b70.tar.gz
network: Fix mtu label not requesting enough space
Remove the size group where mtu label belongs, so that it can request enough space when it becomes visible. Since the size group is removed, filler widget is no longer useful. Remove it as well.
-rw-r--r--panels/network/connection-editor/ethernet-page.ui18
1 files changed, 0 insertions, 18 deletions
diff --git a/panels/network/connection-editor/ethernet-page.ui b/panels/network/connection-editor/ethernet-page.ui
index a3e1a7135..eafc588e5 100644
--- a/panels/network/connection-editor/ethernet-page.ui
+++ b/panels/network/connection-editor/ethernet-page.ui
@@ -205,18 +205,6 @@
</packing>
</child>
<child>
- <object class="GtkLabel" id="filler">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- </object>
- <packing>
- <property name="left_attach">2</property>
- <property name="top_attach">0</property>
- <property name="width">1</property>
- <property name="height">1</property>
- </packing>
- </child>
- <child>
<placeholder/>
</child>
<child>
@@ -232,10 +220,4 @@
<placeholder/>
</child>
</object>
- <object class="GtkSizeGroup" id="sizegroup1">
- <widgets>
- <widget name="label_mtu"/>
- <widget name="filler"/>
- </widgets>
- </object>
</interface>