[Libreoffice-commits] core.git: Branch 'feature/sidebar' - sfx2/source

Andre Fischer af at apache.org
Thu May 9 08:02:32 PDT 2013


 sfx2/source/sidebar/TitleBar.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit dbb9b218462cda204f718c80f58f5bc1aec8e25a
Author: Andre Fischer <af at apache.org>
Date:   Tue Apr 23 12:49:57 2013 +0000

    Related: #i122144# Paint titles of sidebar decks and titles bold
    
    (cherry picked from commit 4b7c52c48793d005d3bd618b025b890ff94e7774)
    
    Change-Id: I5e8ad1db7a962f002beb1b976d85a29bfcb5403f

diff --git a/sfx2/source/sidebar/TitleBar.cxx b/sfx2/source/sidebar/TitleBar.cxx
index 1a48d03..f5eac2a 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.


More information about the Libreoffice-commits mailing list