From a6080913e66dbc8aaef3d7a8330b81c5dba4a2cd Mon Sep 17 00:00:00 2001 From: APOORV SACHAN Date: Sat, 4 Apr 2020 13:47:31 +0530 Subject: 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 @@ True False start - immediate True True -- cgit v1.2.1