From 16da5ef01072f9d36ded4190be89fc17322884e7 Mon Sep 17 00:00:00 2001 From: Pavel Sanda Date: Tue, 9 May 2023 20:33:42 +0200 Subject: [PATCH] * LanguageUi.ui - change layout. This pane is responsible for horizontal excess size (at least in CZ translation) of document settings panel. The reason is second encoding combo which get very lengthy (there are actually 3 of them). This patch moves them to separate line. Beware, touching this panel is headache. Qt Designer (5.15.2) does not know even how to load this ui file correctly and it's impossible to move unicodeEncodingCO. When breaking layout this CO is mysteriously deleted. Finally I gave up and simply edited file in vim to get COs to the new row. --- src/frontends/qt/ui/LanguageUi.ui | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/frontends/qt/ui/LanguageUi.ui b/src/frontends/qt/ui/LanguageUi.ui index 23e863056d..e211fdf6cc 100644 --- a/src/frontends/qt/ui/LanguageUi.ui +++ b/src/frontends/qt/ui/LanguageUi.ui @@ -106,7 +106,7 @@ - + true @@ -116,7 +116,7 @@ - + false @@ -126,7 +126,7 @@ - + false -- 2.39.5