Skip to content

Commit

Permalink
fix(zq): edit button no longer obscures wscript
Browse files Browse the repository at this point in the history
  • Loading branch information
ReiquelApplegate committed Mar 30, 2024
1 parent 50fb046 commit a88b02d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/zq/zquest.cpp
Expand Up @@ -18229,9 +18229,9 @@ DIALOG elist_dlg[] =
{ jwin_win_proc, 50, 40, 288, 175, vc(14), vc(1), 0, D_EXIT, 0, 0, NULL, NULL, NULL },
{ d_timer_proc, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, NULL },
{ d_enelist_proc, 62, 68, 188, 98, jwin_pal[jcTEXTFG], jwin_pal[jcTEXTBG], 0, D_EXIT, 0, 0, NULL, NULL, NULL },
{ jwin_button_proc, 90, 160+20, 61, 21, vc(14), vc(1), 13, D_EXIT, 0, 0, (void *) "Edit", NULL, NULL },
{ jwin_button_proc, 170, 160+20, 61, 21, vc(14), vc(1), 27, D_EXIT, 0, 0, (void *) "Done", NULL, NULL },
{ jwin_button_proc, 220, 160+20, 61, 21, vc(14), vc(1), 13, D_EXIT, 0, 0, (void *) "Edit", NULL, NULL },
{ jwin_button_proc, 90, 160+25, 61, 21, vc(14), vc(1), 13, D_EXIT, 0, 0, (void *) "Edit", NULL, NULL },
{ jwin_button_proc, 170, 160+25, 61, 21, vc(14), vc(1), 27, D_EXIT, 0, 0, (void *) "Done", NULL, NULL },
{ jwin_button_proc, 220, 160+25, 61, 21, vc(14), vc(1), 13, D_EXIT, 0, 0, (void *) "Edit", NULL, NULL },
{ NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, NULL }
};

Expand Down

0 comments on commit a88b02d

Please sign in to comment.