graph: set proper edit_box structure

git-svn-id: svn://kolibrios.org@7933 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
2020-05-16 19:15:59 +00:00
parent 6507728dc6
commit ee1482b98d
3 changed files with 41 additions and 20 deletions
+2 -2
View File
@@ -44,8 +44,8 @@ double x1,y1,x2,y2;
char *funct = NULL;
char edit_path[256];
edit_box mybox = {0,92,WND_H-16-32,0xffffff,0x94AECE,0,0x808080,0x10000000,
sizeof(edit_path)-1,(dword)&edit_path, 0, 0};
edit_box mybox = {200,92,WND_H-16-32,0xffffff,0x94AECE,0,0x808080,0x10000000,
sizeof(edit_path)-1,(dword)&edit_path, 0, 0, 0};
char *full_head;