fdo#61453 fix truncation on German UI
Change-Id: I4ec173dc2856a6208f1149a5a9cbfc18873d1f2e
This commit is contained in:
parent
2a9c14730d
commit
f2e706d873
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ TabPage TP_MANAGE_STYLES
|
||||||
MultiLineEdit MLE_NAME
|
MultiLineEdit MLE_NAME
|
||||||
{
|
{
|
||||||
Pos = MAP_APPFONT ( 70 , 8 ) ;
|
Pos = MAP_APPFONT ( 70 , 8 ) ;
|
||||||
Size = MAP_APPFONT ( 80 , 12 ) ;
|
Size = MAP_APPFONT ( 184 , 12 ) ;
|
||||||
Border = FALSE;
|
Border = FALSE;
|
||||||
ReadOnly = TRUE;
|
ReadOnly = TRUE;
|
||||||
Hide = TRUE;
|
Hide = TRUE;
|
||||||
|
|
Loading…
Reference in a new issue