Kaydet (Commit) d1670d61 authored tarafından Andras Timar's avatar Andras Timar Kaydeden (comit) Tor Lillqvist

fix a dialog layout problem - fdo#37985

Signed-off-by: 's avatarTor Lillqvist <tlillqvist@novell.com>
üst 50f1d622
...@@ -74,13 +74,13 @@ ModalDialog RID_SCDLG_DAPITYPE ...@@ -74,13 +74,13 @@ ModalDialog RID_SCDLG_DAPITYPE
RadioButton BTN_NAMED_RANGE RadioButton BTN_NAMED_RANGE
{ {
Pos = MAP_APPFONT ( 12 , 32 ) ; Pos = MAP_APPFONT ( 12 , 32 ) ;
Size = MAP_APPFONT ( 70 , 10 ) ; Size = MAP_APPFONT ( 80 , 10 ) ;
TabStop = TRUE ; TabStop = TRUE ;
Text [ en-US ] = "~Named range"; Text [ en-US ] = "~Named range";
}; };
ListBox LB_NAMED_RANGE ListBox LB_NAMED_RANGE
{ {
Pos = MAP_APPFONT ( 90 , 31 ) ; Pos = MAP_APPFONT ( 100 , 31 ) ;
Size = MAP_APPFONT ( 70 , 10 ) ; Size = MAP_APPFONT ( 70 , 10 ) ;
TabStop = TRUE ; TabStop = TRUE ;
DropDown = TRUE ; DropDown = TRUE ;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment