Kaydet (Commit) f2e706d8 authored tarafından Andras Timar's avatar Andras Timar

fdo#61453 fix truncation on German UI

Change-Id: I4ec173dc2856a6208f1149a5a9cbfc18873d1f2e
üst 2a9c1473
...@@ -43,7 +43,7 @@ TabPage TP_MANAGE_STYLES ...@@ -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;
......
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