summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@gmail.com>2012-05-11 22:26:06 +0200
committerMatúš Kukan <matus.kukan@gmail.com>2012-07-17 16:40:11 +0200
commitb7769b3822a1919e258a36f474c130d070103a1b (patch)
treecbd3b54d13b678a0d7443100fac60ac374c1244f
parentbfb7015446053b18c0e683ce7a943a519959dd80 (diff)
tubes: improve contacts list sizing
-rw-r--r--sc/source/ui/collab/contacts.cxx2
-rw-r--r--sc/source/ui/collab/contacts.src4
2 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/ui/collab/contacts.cxx b/sc/source/ui/collab/contacts.cxx
index 00e0392604d4..bb821608dcf5 100644
--- a/sc/source/ui/collab/contacts.cxx
+++ b/sc/source/ui/collab/contacts.cxx
@@ -58,7 +58,7 @@ public:
{
static long aStaticTabs[]=
{
- 3 /* count */, 0, 20, 80, 150, 200
+ 3 /* count */, 0, 20, 100, 150, 200
};
maList.SvxSimpleTable::SetTabs( aStaticTabs );
diff --git a/sc/source/ui/collab/contacts.src b/sc/source/ui/collab/contacts.src
index 6a1081f91397..878c1ae92355 100644
--- a/sc/source/ui/collab/contacts.src
+++ b/sc/source/ui/collab/contacts.src
@@ -15,8 +15,8 @@ ModelessDialog RID_SCDLG_CONTACTS
FixedLine FL_LABEL
{
- Pos = MAP_APPFONT ( 6 , 3 ) ;
- Size = MAP_APPFONT ( 400 , 8 ) ;
+ Pos = MAP_APPFONT ( 8 , 2 ) ;
+ Size = MAP_APPFONT ( 198 , 8 ) ;
Text [ en-US ] = "Select a contact to collaborate with" ;
};
Control CTL_LIST