PDA

View Full Version : [zeditor] Combo Alias dimension text boxes misaligned



Asuna Yuuki Nagato
02-17-2024, 11:11 PM
Steps to recreate:


Quest->Graphics->Combo Aliases
Click 'Properties' in the Combo Alias Edit window
Observe text boxes for Alias Width and Alias Height do not have the same horizontal position

Asuna Yuuki Nagato
02-28-2024, 01:54 AM
The strings "Alias Width" and "Alias Height" come from the newcomboa_dlg array in zquest.cpp

Asuna Yuuki Nagato
03-03-2024, 12:12 AM
Changing the two lines below "Layers to Draw On:" to this fixed it:



{ jwin_edit_proc, 104, 30, 28-6, 16, vc(12), vc(1), 0, 0, 2, 0, NULL, NULL, NULL },
{ jwin_edit_proc, 104, 48, 28-6, 16, vc(12), vc(1), 0, 0, 2, 0, NULL, NULL, NULL },