From 33d8c0637e0096ed93e45f9a99b0ff2f7eaaca8b Mon Sep 17 00:00:00 2001 From: Michael Weghorn Date: Fri, 20 Dec 2024 23:12:31 +0100 Subject: Resave remotefilesdialog.ui with glade 3.40, but restore 2 properties For some reason unclear to me, glade 3.40 would automatically remove the "pixbuf-column" and "text-column" properties for the "iconview" GtkIconView. Looking at the doc [1], this seems suspicious. (Actually removing the properties would event result in a crash when opening the dialog via "File" -> "Open Remote" in Writer.) Therefore, restore those 2 properties manually again after resaving with the newer glade version. [1] https://docs.gtk.org/gtk3/property.IconView.pixbuf-column.html Change-Id: Ifd8251384be93fb2ca372351ccb6b40bff682953 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/178970 Tested-by: Jenkins Reviewed-by: Michael Weghorn --- fpicker/uiconfig/ui/remotefilesdialog.ui | 196 +++++++++++++++---------------- 1 file changed, 97 insertions(+), 99 deletions(-) (limited to 'fpicker/uiconfig/ui/remotefilesdialog.ui') diff --git a/fpicker/uiconfig/ui/remotefilesdialog.ui b/fpicker/uiconfig/ui/remotefilesdialog.ui index c486bf7eb737..51738d6e538c 100644 --- a/fpicker/uiconfig/ui/remotefilesdialog.ui +++ b/fpicker/uiconfig/ui/remotefilesdialog.ui @@ -1,21 +1,21 @@ - + True - False - svx/res/galicon.png + False + svx/res/galicon.png True - False - svx/res/listview.png + False + svx/res/listview.png True - False - fpicker/res/fp014.png + False + fpicker/res/fp014.png @@ -53,66 +53,63 @@ True - False + False True - False + False _Add service - True + True True - False + False _Edit service - True + True True - False + False _Delete service - True + True True - False + False _Change password - True + True - False - 6 + False + 6 Remote Files True - 0 - 0 - dialog - - - + 0 + 0 + dialog - False + False vertical 12 - False - end + False + end _Help True - True - True + True + True True @@ -126,9 +123,9 @@ _Cancel True - True - True - False + True + True + False True @@ -141,11 +138,11 @@ _Open True - True - True - True - True - True + True + True + True + True + True @@ -166,12 +163,12 @@ True - False + False 6 True - False + False Service: @@ -186,7 +183,7 @@ True - False + False center @@ -202,11 +199,12 @@ _Manage services True - True - True - True + True + False + True + True service_edit_menu - False + False @@ -227,12 +225,12 @@ True - False + False 6 True - False + False center True @@ -248,9 +246,9 @@ True - True - True - List view + True + True + List view image2 True @@ -263,9 +261,9 @@ True - True - True - Icon view + True + True + Icon view image1 @@ -276,15 +274,15 @@ - 25 - 25 + 25 + 25 True - True - True - Create New Folder + True + True + Create New Folder 6 image3 - True + True False @@ -302,32 +300,32 @@ True - False + False True True vertical True - True + True True True True - True + True True True - in + in True - True + True True True liststore1 - False - False + False + False @@ -360,25 +358,25 @@ True - False + False True True vertical True - True + True True True - in + in True - True + True True True liststore3 - False + False @@ -441,21 +439,21 @@ - True - True + True + True True True - in + in - True - True + True + True 6 True True liststore2 - 0 - 1 + 0 + 1 @@ -486,62 +484,62 @@ - + True - False - 6 - 6 + False + 6 + 6 True - False + False Filter - True - filter_lb + True + filter_lb 0 - 0 - 0 + 0 + 0 True - False + False File name - True - filename + True + filename 0 - 0 - 1 + 0 + 1 - 200 + 200 True - False + False True - 1 - 0 + 1 + 0 True - True + True + True True - True - 1 - 1 + 1 + 1 -- cgit