[gnome-maps/fix-no-network-mobile-view] mainWindow: Enable label wrap for no network connection header




commit a47ac762ad82b91cbfcb846c3f6dcca0a901cbbc
Author: Jan-Michael Brummer <jan brummer tabos org>
Date:   Sat Sep 19 13:11:09 2020 +0200

    mainWindow: Enable label wrap for no network connection header
    
    Set wrap property for no-network-conn-header otherwise the windows is not shrinkable down
    to mobile view necessary for Librem 5.

 data/ui/main-window.ui | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/data/ui/main-window.ui b/data/ui/main-window.ui
index 4c6906d6..cb884538 100644
--- a/data/ui/main-window.ui
+++ b/data/ui/main-window.ui
@@ -113,6 +113,7 @@
                     </attributes>
                     <property name="label" translatable="yes">Maps is offline!</property>
                     <property name="justify">center</property>
+                    <property name="wrap">True</property>
                   </object>
                 </child>
                 <child>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]