summaryrefslogtreecommitdiff
path: root/svx/source
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:01:38 +0100
commit55fc739b05dd9b6875d492f9d69796472b8cffce (patch)
treeb15ccdb4ceda0f756cad40a9db2a5f5a6511717b /svx/source
parent9e3b9fa78a9a970028c906b90c857eedbc70692d (diff)
some localizations (e.g. Slovenian) need more space for translated button text
Change-Id: I407d8d92c9669f606e4f8fbb95a37932f8f14956
Diffstat (limited to 'svx/source')
-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();