basctl/uiconfig/basicide/ui/gotolinedialog.ui |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 52188252bb5d44e15266b84b771599a453438ba6
Author:     Rafael Lima <rafael.palma.l...@gmail.com>
AuthorDate: Wed Jan 24 00:46:48 2024 +0100
Commit:     Rafael Lima <rafael.palma.l...@gmail.com>
CommitDate: Wed Jan 24 12:11:08 2024 +0100

    Related tdf#158749 The "Go to Line" dialog should not be resizable
    
    Change-Id: I93c5c1b4a2832b60e194abd7e7d528362885bb24
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162461
    Tested-by: Jenkins
    Reviewed-by: Heiko Tietze <heiko.tie...@documentfoundation.org>

diff --git a/basctl/uiconfig/basicide/ui/gotolinedialog.ui 
b/basctl/uiconfig/basicide/ui/gotolinedialog.ui
index fdef2dec1f19..84960ce7d4e0 100644
--- a/basctl/uiconfig/basicide/ui/gotolinedialog.ui
+++ b/basctl/uiconfig/basicide/ui/gotolinedialog.ui
@@ -6,6 +6,7 @@
     <property name="can-focus">False</property>
     <property name="border-width">6</property>
     <property name="title" translatable="yes" 
context="gotolinedialog|GotoLineDialog">Go to Line</property>
+    <property name="resizable">False</property>
     <property name="modal">True</property>
     <property name="default-width">0</property>
     <property name="default-height">0</property>

Reply via email to