From 2b767b2413c6f4901233f4ae367ad91cbfffacbf Mon Sep 17 00:00:00 2001 From: Automeris naranja Date: Sun, 26 Jan 2025 23:26:54 -0300 Subject: [PATCH] editor-properties-panel: Don't use GtkWidget:width-request Using GtkWidget:width-request in EditorPropertiesPanel causes size allocation warnings when opening Text Editor. Use the AdwOverlaySplitView:min-sidebar-width property in EditorWindow instead. Closes https://gitlab.gnome.org/GNOME/gnome-text-editor/-/issues/756 --- src/editor-properties-panel.ui | 1 - src/editor-window.ui | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/src/editor-properties-panel.ui b/src/editor-properties-panel.ui index d70e288..9fc9526 100644 --- a/src/editor-properties-panel.ui +++ b/src/editor-properties-panel.ui @@ -1,7 +1,6 @@