summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAPOORV SACHAN <apoorv.99.sachan@gmail.com>2020-04-04 13:47:31 +0530
committerAntónio Fernandes <antoniojpfernandes@gmail.com>2020-04-05 13:41:44 +0000
commita6080913e66dbc8aaef3d7a8330b81c5dba4a2cd (patch)
treed47ef173ebf94c460dd7d7dee7c4d3476712c3c4
parent0e5978035b0fc87c91d7b93ed79c64d51b6d6825 (diff)
downloadnautilus-a6080913e66dbc8aaef3d7a8330b81c5dba4a2cd.tar.gz
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
-rw-r--r--src/resources/ui/nautilus-preferences-window.ui1
1 files changed, 0 insertions, 1 deletions
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>