Fix property warning when requesting an int field
Review Request #2291 — Created Feb. 26, 2023 and submitted — Latest diff uploaded
The
GtkSpinButton
does not have anactivates-default
property, and so this
warned when creating an integer request field.But
setup_entry_field
is only called in two places, so we can inline the
property setting to the place that needs it.
Opened a request with an int field.