summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorPhilipp Lohmann [pl] <Philipp.Lohmann@Sun.COM>2010-07-08 19:03:59 +0200
committerPhilipp Lohmann [pl] <Philipp.Lohmann@Sun.COM>2010-07-08 19:03:59 +0200
commitbd7d8323135223d145f78a7d5847a7716552cc42 (patch)
tree604a93b61ce541c7a9a219352b948e813683f0e8 /sw
parent6c161f07039d8ae48e8357361dbe76a2274f531b (diff)
vcl113: #i63604# make inputwin for sw and sc adjust to font from system settings
Diffstat (limited to 'sw')
-rwxr-xr-x[-rw-r--r--]sw/source/ui/ribbar/inputwin.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sw/source/ui/ribbar/inputwin.cxx b/sw/source/ui/ribbar/inputwin.cxx
index c14f91632a4c..9ee5a6e2ffa3 100644..100755
--- a/sw/source/ui/ribbar/inputwin.cxx
+++ b/sw/source/ui/ribbar/inputwin.cxx
@@ -80,6 +80,8 @@ SwInputWindow::SwInputWindow( Window* pParent, SfxBindings* pBind )
FreeResource();
+ aEdit.SetSizePixel( aEdit.CalcMinimumSize() );
+
SfxImageManager* pManager = SfxImageManager::GetImageManager( SW_MOD() );
pManager->RegisterToolBox(this);