From a3b597b7a2f02b4ba7466bfa1ea4a306a883728f Mon Sep 17 00:00:00 2001 From: Ondrej Holy Date: Thu, 13 Jun 2024 11:50:30 +0200 Subject: [PATCH] Disable column reordering of FolderDisplay Currently, it is possible to reorder columns of the `BaobabFolderDisplay` widget using drag and drop. However, there are some issues with this feature. The new column order is applied only to the first row and not to the others that are part of the separate `treeview` widget. Another problem is that dragging the "Folder" column sometimes significantly increases the window width. Let's disable the column reordering until those issues are resolved. Related: https://issues.redhat.com/browse/RHEL-40874 Related: https://issues.redhat.com/browse/RHEL-40875 --- data/ui/baobab-folder-display.ui | 4 ---- 1 file changed, 4 deletions(-) diff --git a/data/ui/baobab-folder-display.ui b/data/ui/baobab-folder-display.ui index 7e585c7..6466b18 100644 --- a/data/ui/baobab-folder-display.ui +++ b/data/ui/baobab-folder-display.ui @@ -13,7 +13,6 @@ Folder True - True 0 @@ -35,7 +34,6 @@ Size - True 2 @@ -51,7 +49,6 @@ Contents - True 5 @@ -67,7 +64,6 @@ Modified - True 3 -- 2.45.1