mirror of
https://github.com/darlinghq/darling-rik-theme.git
synced 2024-11-23 03:59:45 +00:00
Fixed again the text box characters overlapping
This commit is contained in:
parent
fbd9fed82a
commit
67fabbcbd7
@ -139,7 +139,11 @@
|
||||
{
|
||||
frame.origin.x += 16;
|
||||
frame.size.width -= 30;
|
||||
frame.size.height += 2;
|
||||
/*By Slex: If you modify this value, then the chars. will overlap when the text field is *full filled of charcters. You'll see part of characters like 'p' or 'g' or 'j' taking
|
||||
*the next line of the editor text field, looking very bad
|
||||
*/
|
||||
frame.size.height += 0;
|
||||
|
||||
}
|
||||
return frame;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user