some more sensible gui default sizes

This commit is contained in:
Garux
2019-01-11 18:35:37 +03:00
parent d19b3c9a28
commit fb53d5094a
5 changed files with 9 additions and 10 deletions

View File

@@ -825,9 +825,9 @@ namespace
GtkWidget* g_entity_split0 = 0;
GtkWidget* g_entity_split1 = 0;
GtkWidget* g_entity_split2 = 0;
int g_entitysplit0_position;
int g_entitysplit1_position;
int g_entitysplit2_position;
int g_entitysplit0_position = 255;
int g_entitysplit1_position = 231;
int g_entitysplit2_position = 57;
bool g_entityInspector_windowConstructed = false;