[epiphany/wip/exalm/elementary-downloads: 1/3] action-bar-end: Set pass-through on downloads progress bar



commit 16d04fe8e64715706f3a33314ffd5d4d964b9cb4
Author: Alexander Mikhaylenko <exalm7659 gmail com>
Date:   Thu Dec 26 02:33:51 2019 +0500

    action-bar-end: Set pass-through on downloads progress bar
    
    It's a part of the button and so should be clickable.
    
    Also remove a superfluous child property.

 src/resources/gtk/action-bar-end.ui | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/resources/gtk/action-bar-end.ui b/src/resources/gtk/action-bar-end.ui
index 2667e7466..bfc0e8f63 100644
--- a/src/resources/gtk/action-bar-end.ui
+++ b/src/resources/gtk/action-bar-end.ui
@@ -48,9 +48,6 @@
                     <property name="icon_name">ephy-download-symbolic</property>
                     <property name="margin_bottom">1</property>
                   </object>
-                  <packing>
-                    <property name="index">-1</property>
-                  </packing>
                 </child>
                 <child type="overlay">
                   <object class="GtkProgressBar" id="downloads_progress">
@@ -61,6 +58,9 @@
                       <class name="download_progress"/>
                     </style>
                   </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]