summaryrefslogtreecommitdiffstats
path: root/svx/source/dialog
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-04-01 16:19:26 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-04-01 16:22:47 +0100
commit519f4b75a5f089b6ef98260ff6265f5000fe4659 (patch)
tree16f037face20255ef6806b76fc8fde34319e6d88 /svx/source/dialog
parentConvert RID_SYMDEFINEDIALOG to .ui (diff)
downloadcore-519f4b75a5f089b6ef98260ff6265f5000fe4659.tar.gz
core-519f4b75a5f089b6ef98260ff6265f5000fe4659.zip
teach SmShowChar how to resize
and other cleanups Change-Id: I1f6a57a6cb7c06a37e9c845fa93815d31008e6e1
Diffstat (limited to 'svx/source/dialog')
-rw-r--r--svx/source/dialog/charmap.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/dialog/charmap.cxx b/svx/source/dialog/charmap.cxx
index 57fbd08efea9..e6cf886cbd40 100644
--- a/svx/source/dialog/charmap.cxx
+++ b/svx/source/dialog/charmap.cxx
@@ -65,7 +65,7 @@ SvxShowCharSet::SvxShowCharSet(Window* pParent, const ResId& rResId)
}
SvxShowCharSet::SvxShowCharSet(Window* pParent)
- : Control(pParent, WB_TABSTOP)
+ : Control(pParent, WB_TABSTOP | WB_BORDER)
, m_pAccessible(NULL)
, aVscrollSB( this, WB_VERT)
{