PDA

View Full Version : Really squashed duplicated OK and Cancel buttons



Asuna Yuuki Nagato
02-03-2024, 02:45 PM
I'm seeing a second pair of (really squashed) OK and Cancel buttons at the very bottom of the ZPlayer Options window accessible via:

Settings->Options->More Options



ZC Player, Version 2.55
Nightly (Alpha 119/120)
Build Date: 3rd February, 2024 at @ 07:17:57 EST
Built By: UNSIGNED
Tag: 2.55.0 Nightly (Alpha 119/120)

Asuna Yuuki Nagato
04-14-2024, 05:13 PM
This window is created by call_zc_options_dlg() in zc_options.cpp

Asuna Yuuki Nagato
04-14-2024, 05:22 PM
Commenting out this block at the bottom of ZCOptionsDialog::view() removes the squashed buttons:



/*,
Row(
topPadding = 0.5_em,
vAlign = 1.0,
spacing = 2_em,
Button(
text = "OK",
minwidth = 90_px,
onClick = message::OK),
Button(
text = "Cancel",
minwidth = 90_px,
onClick = message::CANCEL)
)*/