summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorges Basile Stavracas Neto <georges.stavracas@gmail.com>2018-01-17 22:38:51 -0200
committerGeorges Basile Stavracas Neto <georges.stavracas@gmail.com>2018-01-21 13:13:51 -0200
commit90a1187dd40576b592ed1aba92deaadf2f8f7e29 (patch)
treee5c2997094c2b41a4d47f0bc9c6a46746e2897e9
parent5ad72b6faa0437f1b329f30845fa7cd9216ceee6 (diff)
downloadgnome-control-center-90a1187dd40576b592ed1aba92deaadf2f8f7e29.tar.gz
wifi: Improve empty state
Make it more consistent with the Bluetooth panel. https://bugzilla.gnome.org/show_bug.cgi?id=790704
-rw-r--r--panels/network/wifi.ui23
1 files changed, 9 insertions, 14 deletions
diff --git a/panels/network/wifi.ui b/panels/network/wifi.ui
index c15096e49..cde14562a 100644
--- a/panels/network/wifi.ui
+++ b/panels/network/wifi.ui
@@ -20,13 +20,13 @@
<property name="halign">center</property>
<property name="valign">center</property>
<property name="orientation">vertical</property>
- <property name="margin">18</property>
- <child type="center">
+ <child>
<object class="GtkImage">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="icon_name">network-wireless-no-route-symbolic</property>
- <property name="pixel_size">128</property>
+ <property name="pixel_size">256</property>
+ <property name="margin-bottom">18</property>
<style>
<class name="dim-label" />
</style>
@@ -37,25 +37,20 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="wrap">True</property>
- <property name="label" translatable="yes">Make sure you have a Wi-Fi adapter plugged and turned on</property>
+ <property name="label" translatable="yes">No Wi-Fi Adapter Found</property>
+ <attributes>
+ <attribute name="weight" value="bold" />
+ <attribute name="scale" value="1.2" />
+ </attributes>
</object>
- <packing>
- <property name="pack-type">end</property>
- </packing>
</child>
<child>
<object class="GtkLabel">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="wrap">True</property>
- <property name="label" translatable="yes">No Wi-Fi Adapter Found</property>
- <attributes>
- <attribute name="scale" value="1.42" />
- </attributes>
+ <property name="label" translatable="yes">Make sure you have a Wi-Fi adapter plugged and turned on</property>
</object>
- <packing>
- <property name="pack-type">end</property>
- </packing>
</child>
</object>
<packing>