Fixed window offset
This commit is contained in:
parent
efcca76c27
commit
89e95cfe54
3 changed files with 6 additions and 3 deletions
|
|
@ -11,6 +11,7 @@ import love.distributedrebirth.unicode4d.draw.DrawGlyphPath.ImGlyphQuadCurveTo;
|
|||
public class ImCharacter {
|
||||
|
||||
public static final float HEIGHT = 26f;
|
||||
public static final float MARGIN_MENUBAR = 4f;
|
||||
private static final ImVec2 SIZE = new ImVec2(22f, HEIGHT);
|
||||
private static final int COLOR = ImColor.intToColor(255, 255, 255, 255);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue