make more space for the MoreButton's label

E.g., Japan localization needs it.
This commit is contained in:
David Tardon 2011-03-08 13:43:22 +01:00
parent be3230aa76
commit add2c16c03

View file

@ -401,14 +401,14 @@ ModelessDialog RID_SCDLG_FILTER
};
HelpButton BTN_HELP
{
Pos = MAP_APPFONT ( 62 , 101 ) ;
Pos = MAP_APPFONT ( 72 , 101 ) ;
Size = MAP_APPFONT ( 50 , 14 ) ;
TabStop = TRUE ;
};
MoreButton BTN_MORE
{
Pos = MAP_APPFONT ( 6 , 101 ) ;
Size = MAP_APPFONT ( 50 , 14 ) ;
Size = MAP_APPFONT ( 60 , 14 ) ;
TabStop = TRUE ;
MapUnit = MAP_APPFONT ;
Delta = 81 ;