summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2014-11-23 00:01:07 +0100
committerAndras Timar <andras.timar@collabora.com>2014-11-23 00:02:42 +0100
commit3a79d1c0001252483c695eed8e709304cd43ca84 (patch)
treeb49fe87bc38a3bfdcf268e22cc85bd922706fa70 /svx
parent6745c24fdad942f61c225632688bce78da0a547e (diff)
some localizations (e.g. Slovenian) need more space for translated button text
Change-Id: I407d8d92c9669f606e4f8fbb95a37932f8f14956
Diffstat (limited to 'svx')
-rw-r--r--svx/source/tbxctrls/layctrl.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/tbxctrls/layctrl.cxx b/svx/source/tbxctrls/layctrl.cxx
index 54213d163d59..ce72eb09d7bf 100644
--- a/svx/source/tbxctrls/layctrl.cxx
+++ b/svx/source/tbxctrls/layctrl.cxx
@@ -143,8 +143,8 @@ TableWindow::TableWindow( sal_uInt16 nSlotId, const OUString& rCmd, const OUStri
SetText( rText );
- aTableButton.SetPosSizePixel( Point( mnTablePosX + mnTableCellWidth, mnTableHeight + 5 ),
- Size( mnTableWidth - mnTablePosX - 2*mnTableCellWidth, 24 ) );
+ aTableButton.SetPosSizePixel( Point( mnTablePosX, mnTableHeight + 5 ),
+ Size( mnTableWidth - mnTablePosX, 24 ) );
aTableButton.SetText( SVX_RESSTR( RID_SVXSTR_MORE ) );
aTableButton.SetClickHdl( LINK( this, TableWindow, SelectHdl ) );
aTableButton.Show();