[gnome-control-center] location-panel: Allow label to wrap



commit 3ac2804868e56aa0ead2010d9f03e9785537a11f
Author: Guido Günther <agx sigxcpu org>
Date:   Tue Mar 9 14:46:27 2021 +0100

    location-panel: Allow label to wrap
    
    Otherwise the panel overflows when enabling location services.

 panels/location/cc-location-panel.ui | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/panels/location/cc-location-panel.ui b/panels/location/cc-location-panel.ui
index 9bceb9ca6..c90de4486 100644
--- a/panels/location/cc-location-panel.ui
+++ b/panels/location/cc-location-panel.ui
@@ -90,6 +90,7 @@
                         <property name="visible">true</property>
                         <property name="halign">start</property>
                         <property name="xalign">0</property>
+                        <property name="wrap">1</property>
                         <property name="label" translatable="yes">Allow the applications below to determine 
your location.</property>
                       </object>
                       <packing>


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