[PATCH] fdo#34896 make color palette size consistent (8x13)
Xavier ALT
dex at phoenix-ind.net
Sun Mar 6 01:00:50 PST 2011
---
svx/source/tbxctrls/tbcontrl.cxx | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
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,
--
1.7.1
--------------070004090406020208060502--
More information about the LibreOffice
mailing list