summaryrefslogtreecommitdiff
path: root/sc/source/ui/src
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2012-11-07 20:55:05 -0500
committerKohei Yoshida <kohei.yoshida@gmail.com>2012-11-28 13:28:27 -0500
commit722c6fa9da996ef8513a51e5cd89087b6ba48183 (patch)
treed2f28246cd43ad455d268da24f6c17ddec889bbf /sc/source/ui/src
parent1b92138385b528167c9b783a70867a4f63ebb526 (diff)
Put the tree control on the left side.
As discussed with Mirek in Prague. Change-Id: I0f66516a0b226ae66225f3fe8341b132a0b90c6c
Diffstat (limited to 'sc/source/ui/src')
-rw-r--r--sc/source/ui/src/xmlsourcedlg.src8
1 files changed, 4 insertions, 4 deletions
diff --git a/sc/source/ui/src/xmlsourcedlg.src b/sc/source/ui/src/xmlsourcedlg.src
index 9d76d97f34e6..0148ee9f34db 100644
--- a/sc/source/ui/src/xmlsourcedlg.src
+++ b/sc/source/ui/src/xmlsourcedlg.src
@@ -50,7 +50,7 @@ ModelessDialog RID_SCDLG_XML_SOURCE
FixedText FT_MAPPED_CELL_TITLE
{
- Pos = MAP_APPFONT( 12, 55 );
+ Pos = MAP_APPFONT( 145, 55 );
Size = MAP_APPFONT ( 100 , 8 ) ;
Text [ en-US ] = "Linked cell";
@@ -59,14 +59,14 @@ ModelessDialog RID_SCDLG_XML_SOURCE
Edit ED_MAPPED_CELL
{
Border = TRUE ;
- Pos = MAP_APPFONT ( 12 , 67 ) ;
+ Pos = MAP_APPFONT ( 145 , 67 ) ;
Size = MAP_APPFONT ( 69 , 12 ) ;
TabStop = TRUE ;
};
ImageButton BTN_MAPPED_CELL
{
- Pos = MAP_APPFONT ( 83 , 66 ) ;
+ Pos = MAP_APPFONT ( 216 , 66 ) ;
Size = MAP_APPFONT ( 13 , 15 ) ;
TabStop = FALSE ;
QuickHelpText [ en-US ] = "Shrink" ;
@@ -75,7 +75,7 @@ ModelessDialog RID_SCDLG_XML_SOURCE
Control LB_SOURCE_TREE
{
Border = TRUE ;
- Pos = MAP_APPFONT ( 114 , 50 ) ;
+ Pos = MAP_APPFONT ( 6 , 52 ) ;
Size = MAP_APPFONT ( 130 , 120 ) ;
TabStop = TRUE ;
};