[gnome-initial-setup/various-improvements: 3/6] timezone: allow clicking through the overlay



commit 03311c9b96b5584a1b6f4c2dcd5cf597449c5e6d
Author: Will Thompson <wjt endlessm com>
Date:   Mon Nov 12 21:10:59 2018 +0000

    timezone: allow clicking through the overlay
    
    For the longest time, I didn't realise that the map is clickable,
    because (like most of Europe) my home city is underneath the overlay,
    and clicks were previously captured by the overlay rather than being
    allowed to pass through to the map beneath.

 gnome-initial-setup/pages/timezone/gis-timezone-page.ui | 3 +++
 1 file changed, 3 insertions(+)
---
diff --git a/gnome-initial-setup/pages/timezone/gis-timezone-page.ui 
b/gnome-initial-setup/pages/timezone/gis-timezone-page.ui
index 84b10d7..63447ea 100644
--- a/gnome-initial-setup/pages/timezone/gis-timezone-page.ui
+++ b/gnome-initial-setup/pages/timezone/gis-timezone-page.ui
@@ -84,6 +84,9 @@
                         <property name="halign">center</property>
                         <property name="valign">center</property>
                       </object>
+                      <packing>
+                        <property name="pass-through">True</property>
+                      </packing>
                     </child>
                   </object>
                 </child>


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