Make the Reset help agent button wider for Italian text. (fdo#32133)

Signed-off-by: Petr Mladek <pmladek@suse.cz>
This commit is contained in:
Kohei Yoshida 2011-01-05 12:29:43 -05:00 committed by Petr Mladek
parent d076881ec0
commit 062f5792d4

View file

@ -93,7 +93,7 @@ TabPage OFA_TP_MISC
PushButton PB_HELPAGENT_RESET
{
Pos = MAP_APPFONT( COL3, ROW3 );
Size = MAP_APPFONT( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT );
Size = MAP_APPFONT( RSC_CD_PUSHBUTTON_WIDTH + 20, RSC_CD_PUSHBUTTON_HEIGHT );
Text [ en-US ] = "~Reset Help Agent";
};
FixedLine FL_FILEDLG