diff options
author | Andre Fischer <af@apache.org> | 2013-04-23 12:49:57 +0000 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2013-05-20 11:33:19 +0100 |
commit | a84a71b9fc4375908c1ae3bff70fc60a563cdc31 (patch) | |
tree | 8562130ef4c3b9849dfb18fdb23b5dbbadbd386e /sfx2 | |
parent | db334fb729e0a4ee675e0f9290ac23b513e4af66 (diff) |
Related: #i122144# Paint titles of sidebar decks and titles bold
(cherry picked from commit 4b7c52c48793d005d3bd618b025b890ff94e7774)
Change-Id: I5e8ad1db7a962f002beb1b976d85a29bfcb5403f
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/sidebar/TitleBar.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sfx2/source/sidebar/TitleBar.cxx b/sfx2/source/sidebar/TitleBar.cxx index 1a48d0308fbf..f5eac2ac7ea5 100644 --- a/sfx2/source/sidebar/TitleBar.cxx +++ b/sfx2/source/sidebar/TitleBar.cxx @@ -133,6 +133,7 @@ void TitleBar::PaintTitle (const Rectangle& rTitleBox) Push(PUSH_FONT | PUSH_TEXTCOLOR); Font aFont(GetFont()); + aFont.SetWeight(WEIGHT_BOLD); SetFont(aFont); // Paint title bar text. |