vcl/uiconfig/ui/printdialog.ui | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 1743ae08e8cb057c7f446d4c0689620d8651caf8
Author: Heiko Tietze <[email protected]>
AuthorDate: Wed Dec 3 15:17:09 2025 +0100
Commit: Heiko Tietze <[email protected]>
CommitDate: Wed Dec 3 17:27:05 2025 +0100
Resolves tdf#169347 - Add margin to the right side of the print dialog
Should solve the issue of overflowing content with Janapese localization.
Change-Id: I210fe1a1e65dcfc62f6bba970bab61347904e865
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/194961
Tested-by: Jenkins
Reviewed-by: Heiko Tietze <[email protected]>
diff --git a/vcl/uiconfig/ui/printdialog.ui b/vcl/uiconfig/ui/printdialog.ui
index 2695a064ce4e..8f7a6b17a000 100644
--- a/vcl/uiconfig/ui/printdialog.ui
+++ b/vcl/uiconfig/ui/printdialog.ui
@@ -381,6 +381,7 @@
<object class="GtkBox" id="box11">
<property name="visible">True</property>
<property name="can-focus">False</property>
+ <property name="margin-end">12</property>
<property name="border-width">6</property>
<property name="orientation">vertical</property>
<property name="spacing">12</property>