From 06fb58a2dabbbc78794101ae19f30e541e944d6d Mon Sep 17 00:00:00 2001 From: Juergen Spitzmueller Date: Wed, 12 Apr 2017 12:49:38 +0200 Subject: [PATCH] FontUi: Fix layout The old layout resulted in a too wide dialog (especially in some localizations) --- src/frontends/qt4/ui/FontUi.ui | 280 +++++++++++++++++++-------------- 1 file changed, 161 insertions(+), 119 deletions(-) diff --git a/src/frontends/qt4/ui/FontUi.ui b/src/frontends/qt4/ui/FontUi.ui index b183331f28..f0b3fb7e8b 100644 --- a/src/frontends/qt4/ui/FontUi.ui +++ b/src/frontends/qt4/ui/FontUi.ui @@ -6,42 +6,79 @@ 0 0 - 541 - 319 + 533 + 447 FontUi - - + + - Select the default family for the document + Use OpenType and TrueType fonts with the fontspec package (requires XeTeX or LuaTeX) + + + &Use non-TeX fonts (via XeTeX/LuaTeX) - - + + - &Base size: + &Default family: - fontsizeCO + fontsDefaultCO - - - - - - + + + + + + Select the default family for the document + + + + + + + &Base size: + + + fontsizeCO + + + + + + + + + + + + + + Qt::Horizontal + + + + 59 + 20 + + + + + - LaTe&X font encoding: + &LaTeX font encoding: fontencCO @@ -49,14 +86,18 @@ - - - - - - Specify the font encoding (e.g., T1). - - + + + + + + + + Specify the font encoding (e.g., T1). + + + + @@ -68,39 +109,6 @@ - - - - Use OpenType and TrueType fonts with the fontspec package (requires XeTeX or LuaTeX) - - - &Use non-TeX fonts (via XeTeX/LuaTeX) - - - - - - - Qt::Horizontal - - - - 59 - 20 - - - - - - - - &Default family: - - - fontsDefaultCO - - - @@ -119,41 +127,51 @@ - - - Select the Sans Serif (grotesque) typeface - - - - - - - S&cale (%): - - - scaleSansSB - - - - - - - Select the typewriter (monospaced) typeface - - - - - - - Scale the Sans Serif font to match the base font's dimensions - - - 10 - - - 200 - - + + + + + Select the Sans Serif (grotesque) typeface + + + + + + + Qt::Horizontal + + + + 40 + 20 + + + + + + + + S&cale (%): + + + scaleSansSB + + + + + + + Scale the Sans Serif font to match the base font's dimensions + + + 10 + + + 200 + + + + @@ -165,13 +183,60 @@ - - + + + + + + Select the typewriter (monospaced) typeface + + + + + + + Qt::Horizontal + + + + 40 + 20 + + + + + + + + Sc&ale (%): + + + scaleTypewriterSB + + + + + + + Scale the Typewriter font to match the base font's dimensions + + + 10 + + + 200 + + + + + + + - Sc&ale (%): + &Math: - scaleTypewriterSB + fontsMathCO @@ -182,29 +247,6 @@ - - - - Scale the Typewriter font to match the base font's dimensions - - - 10 - - - 200 - - - - - - - &Math: - - - fontsMathCO - - - -- 2.39.2