Fixed window offset

This commit is contained in:
Willem Cazander 2022-04-04 23:05:17 +02:00
parent efcca76c27
commit 89e95cfe54
3 changed files with 6 additions and 3 deletions

View file

@ -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);