Skip to content

Commit

Permalink
Merge pull request #54 from yast/sle_header
Browse files Browse the repository at this point in the history
Use a bigger font for the main dialog title (bsc#930864)
  • Loading branch information
lslezak committed May 14, 2015
2 parents 9d88696 + f2dfb68 commit c5a3031
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 5 deletions.
11 changes: 8 additions & 3 deletions SLE/wizard/style.qss
Expand Up @@ -33,12 +33,17 @@

/* #DialogIcon { max-width: 0px; margin: 0px; } */

#DialogHeading {
font-size: 20px;
#DialogHeadingTop {
font-size: 16pt;
padding: 12pt;
/* letter-spacing: .2em; */
font-style: bold;
margin: 0px;
}

#DialogHeadingLeft {
font: 16pt;
margin-top: 100%;
margin-right: 20px;
qproperty-alignment:AlignRight;
}

6 changes: 6 additions & 0 deletions 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

Expand Down
2 changes: 1 addition & 1 deletion package/yast2-theme-SLE.spec
Expand Up @@ -17,7 +17,7 @@


Name: yast2-theme-SLE
Version: 3.1.33
Version: 3.1.34
Release: 0

BuildRoot: %{_tmppath}/%{name}-%{version}-build
Expand Down
2 changes: 1 addition & 1 deletion package/yast2-theme.spec
Expand Up @@ -17,7 +17,7 @@


Name: yast2-theme
Version: 3.1.33
Version: 3.1.34
Release: 0

BuildRoot: %{_tmppath}/%{name}-%{version}-build
Expand Down

0 comments on commit c5a3031

Please sign in to comment.