[nautilus] preferences : Make list view checkbox animated



commit a6080913e66dbc8aaef3d7a8330b81c5dba4a2cd
Author: APOORV SACHAN <apoorv 99 sachan gmail com>
Date:   Sat Apr 4 13:47:31 2020 +0530

    preferences : Make list view checkbox animated
    
    The checkbox animation was not animated earlier.Which looked inconsistent with the rest of the checkboxes 
in the UI.
    It was happening due to the resize_mode property being present in the XML definition.
    Resize modes determine weather a resize request will be passed to container's parent qued for later 
execution or immediate.
    Resize Modes are deprecated since version 3.12 and shouldn't be used in newly written code.
    If used it might cause obscure bugs, and the inconsistent animation of the checkbox was one example of 
that.
    
    This bug has been fixed by removing the resize_mode property from the xml definition.
    
    Closes : https://gitlab.gnome.org/GNOME/nautilus/-/issues/1418

 src/resources/ui/nautilus-preferences-window.ui | 1 -
 1 file changed, 1 deletion(-)
---
diff --git a/src/resources/ui/nautilus-preferences-window.ui b/src/resources/ui/nautilus-preferences-window.ui
index 7c1c458af..066b15733 100644
--- a/src/resources/ui/nautilus-preferences-window.ui
+++ b/src/resources/ui/nautilus-preferences-window.ui
@@ -180,7 +180,6 @@
                         <property name="can_focus">True</property>
                         <property name="receives_default">False</property>
                         <property name="halign">start</property>
-                        <property name="resize_mode">immediate</property>
                         <property name="use_underline">True</property>
                         <property name="draw_indicator">True</property>
                       </object>


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