[Libreoffice-commits] .: svx/source

Caolán McNamara caolan at kemper.freedesktop.org
Fri Mar 11 12:38:21 PST 2011


 svx/source/tbxctrls/tbcontrl.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 86c1daf83f07bb01fe3580b4e77b6fbbed1146be
Author: Xavier ALT <dex at phoenix-ind.net>
Date:   Sun Mar 6 10:00:50 2011 +0100

    fdo#34896 make color palette size consistent (8x13)

diff --git a/svx/source/tbxctrls/tbcontrl.cxx b/svx/source/tbxctrls/tbcontrl.cxx
index 41662cc..14c45e4 100644
--- a/svx/source/tbxctrls/tbcontrl.cxx
+++ b/svx/source/tbxctrls/tbcontrl.cxx
@@ -813,8 +813,8 @@ void SvxFontNameBox_Impl::Select()
 #define WB_NO_DIRECTSELECT      ((WinBits)0x04000000)
 #endif
 
-#define PALETTE_X 10
-#define PALETTE_Y 11
+#define PALETTE_X 8
+#define PALETTE_Y 13
 #define PALETTE_SIZE (PALETTE_X * PALETTE_Y)
 
 SvxColorWindow_Impl::SvxColorWindow_Impl( const OUString&            rCommand,


More information about the Libreoffice-commits mailing list