diff options
author | Jan Holesovsky <kendy@collabora.com> | 2014-12-18 17:32:21 +0100 |
---|---|---|
committer | Jan Holesovsky <kendy@collabora.com> | 2014-12-19 12:53:46 +0100 |
commit | 20c1bb5b6779d8d3fe8c5d9269779ff91f80ca3d (patch) | |
tree | 49bbe517b2236bbee06c8d6d10f35e442cf3cf4e /svx/source | |
parent | 43a31f576f16dea538f6f1925151bb5bad977c64 (diff) |
changes sidebar: Make the changes tabs narrower (when possible).
Change-Id: I2c76472baf8e5f91dee4ce5f753ca223b24e76e8
Diffstat (limited to 'svx/source')
-rw-r--r-- | svx/source/dialog/ctredlin.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/dialog/ctredlin.cxx b/svx/source/dialog/ctredlin.cxx index bc3546e2bd44..a6165b58a71b 100644 --- a/svx/source/dialog/ctredlin.cxx +++ b/svx/source/dialog/ctredlin.cxx @@ -389,7 +389,7 @@ SvxTPView::SvxTPView(vcl::Window *pParent, VclBuilderContainer *pTopLevel) pTopLevel->get(m_pUndo, "undo"); SvSimpleTableContainer* pTable = get<SvSimpleTableContainer>("changes"); - Size aControlSize(221, 65); + Size aControlSize(80, 65); aControlSize = LogicToPixel(aControlSize, MAP_APPFONT); pTable->set_width_request(aControlSize.Width()); pTable->set_height_request(aControlSize.Height()); |