Add more room to a label in print dialog too short for FR translation
Change-Id: Ib54c7f58cf1d2e510b65038a6a0c21da2d6fd186
This commit is contained in:
parent
d01c4f3e31
commit
73985cb4df
1 changed files with 1 additions and 1 deletions
|
@ -175,7 +175,7 @@ TabPage RID_RTS_DEVICEPAGE
|
|||
FixedText RID_RTS_DEVICE_PRINTLANG_TXT
|
||||
{
|
||||
Pos = MAP_APPFONT( 5, 130 );
|
||||
Size = MAP_APPFONT( 80, 8 );
|
||||
Size = MAP_APPFONT( 100, 8 );
|
||||
Text [ en-US ] = "Printer ~Language type";
|
||||
};
|
||||
ListBox RID_RTS_DEVICE_PRINTLANG_BOX
|
||||
|
|
Loading…
Reference in a new issue