sfx2/source/sidebar/TitleBar.cxx | 1 + 1 file changed, 1 insertion(+) New commits: commit dbb9b218462cda204f718c80f58f5bc1aec8e25a Author: Andre Fischer <a...@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. _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits