[Libreoffice-commits] .: framework/source

Ivan Timofeev ivantimofeev at kemper.freedesktop.org
Tue Apr 3 09:47:07 PDT 2012


 framework/source/services/backingwindow.cxx |    3 +++
 1 file changed, 3 insertions(+)

New commits:
commit 4e24d472f693c458b17d2ba1fb6c883aaf9c3b27
Author: Ivan Timofeev <timofeev.i.s at gmail.com>
Date:   Tue Apr 3 20:40:14 2012 +0400

    fix the initial font size in the Start Center
    
    Recover the code that was for some reason removed in commit
    78e8d5f0d62f910b8561a1c4fd7ebd8ae4cfb9f8.

diff --git a/framework/source/services/backingwindow.cxx b/framework/source/services/backingwindow.cxx
index d930f77..ca0e9e7 100644
--- a/framework/source/services/backingwindow.cxx
+++ b/framework/source/services/backingwindow.cxx
@@ -239,6 +239,9 @@ BackingWindow::BackingWindow( Window* i_pParent ) :
     maButtonImageSize.Width() += 12;
     maButtonImageSize.Height() += 12;
 
+    // set a slighly larger font than normal labels on the texts
+    maTextFont.SetSize( Size( 0, 11 ) );
+    maTextFont.SetWeight( WEIGHT_NORMAL );
 }
 
 


More information about the Libreoffice-commits mailing list