From f2cde340d860e8b689da3e63e84572293533e437 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ladislav=20Slez=C3=A1k?= Date: Thu, 14 May 2015 10:21:58 +0200 Subject: [PATCH 1/3] use a bigger font for the main dialog title (bsc#930864) - 3.1.34 --- SLE/wizard/style.qss | 3 +++ package/yast2-theme-SLE.changes | 6 ++++++ package/yast2-theme-SLE.spec | 2 +- package/yast2-theme.spec | 2 +- 4 files changed, 11 insertions(+), 2 deletions(-) diff --git a/SLE/wizard/style.qss b/SLE/wizard/style.qss index a22946d8..1711cc0c 100644 --- a/SLE/wizard/style.qss +++ b/SLE/wizard/style.qss @@ -41,4 +41,7 @@ margin: 0px; } +#DialogHeadingTop { + font: 18pt; +} diff --git a/package/yast2-theme-SLE.changes b/package/yast2-theme-SLE.changes index 0b49297a..01e6966b 100644 --- a/package/yast2-theme-SLE.changes +++ b/package/yast2-theme-SLE.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu May 14 08:17:54 UTC 2015 - lslezak@suse.cz + +- use a bigger font for the main dialog title (bsc#930864) +- 3.1.34 + ------------------------------------------------------------------- Wed May 6 08:24:46 UTC 2015 - lslezak@suse.cz diff --git a/package/yast2-theme-SLE.spec b/package/yast2-theme-SLE.spec index b11f2550..592f1fee 100644 --- a/package/yast2-theme-SLE.spec +++ b/package/yast2-theme-SLE.spec @@ -17,7 +17,7 @@ Name: yast2-theme-SLE -Version: 3.1.33 +Version: 3.1.34 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build diff --git a/package/yast2-theme.spec b/package/yast2-theme.spec index 21bf2f3b..855ac3b2 100644 --- a/package/yast2-theme.spec +++ b/package/yast2-theme.spec @@ -17,7 +17,7 @@ Name: yast2-theme -Version: 3.1.33 +Version: 3.1.34 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build From e8a85854ee0e8ffe2d6cd63cb45aea68721751e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ladislav=20Slez=C3=A1k?= Date: Thu, 14 May 2015 13:32:57 +0200 Subject: [PATCH 2/3] SLE: sync style.qss with installation.qss --- SLE/wizard/style.qss | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/SLE/wizard/style.qss b/SLE/wizard/style.qss index 1711cc0c..4eb7acc4 100644 --- a/SLE/wizard/style.qss +++ b/SLE/wizard/style.qss @@ -33,15 +33,19 @@ /* #DialogIcon { max-width: 0px; margin: 0px; } */ -#DialogHeading { - font-size: 20px; +#DialogHeadingTop { + font-size: 16pt; padding: 12pt; - /* letter-spacing: .2em; */ font-style: bold; margin: 0px; } -#DialogHeadingTop { - font: 18pt; +#DialogHeadingLeft { + font: 16pt; + margin-top: 100%; + margin-right: 20px; + qproperty-alignment:AlignRight; +} + } From f2dfb682926b10373e40ba8f94516348dda77b43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ladislav=20Slez=C3=A1k?= Date: Thu, 14 May 2015 13:45:10 +0200 Subject: [PATCH 3/3] removed extra brace --- SLE/wizard/style.qss | 2 -- 1 file changed, 2 deletions(-) diff --git a/SLE/wizard/style.qss b/SLE/wizard/style.qss index 4eb7acc4..dd4a2e8b 100644 --- a/SLE/wizard/style.qss +++ b/SLE/wizard/style.qss @@ -47,5 +47,3 @@ qproperty-alignment:AlignRight; } -} -