diff options
author | Matúš Kukan <matus.kukan@gmail.com> | 2012-05-11 22:26:06 +0200 |
---|---|---|
committer | Matúš Kukan <matus.kukan@gmail.com> | 2012-07-17 16:40:11 +0200 |
commit | b7769b3822a1919e258a36f474c130d070103a1b (patch) | |
tree | cbd3b54d13b678a0d7443100fac60ac374c1244f | |
parent | bfb7015446053b18c0e683ce7a943a519959dd80 (diff) |
tubes: improve contacts list sizing
-rw-r--r-- | sc/source/ui/collab/contacts.cxx | 2 | ||||
-rw-r--r-- | sc/source/ui/collab/contacts.src | 4 |
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 |