Changelog:
r42916 | compyx | 2023-01-21 10:43:52 +0000 (Sat, 21 Jan 2023) | 8 lines
Gtk3: Settings dialog: Tweak Audio->Sound driver layout
Tweak grid layout: use homogeneous column spacing for the subwidgets, reduce
indentation to 8. Replace "msec" label with "milliseconds" and place under the
buffer size spin button, aligned with the spin button.
Rename "audio/sound" settings node to "audio/sound-driver".
------------------------------------------------------------------------
r42915 | compyx | 2023-01-21 08:55:41 +0000 (Sat, 21 Jan 2023) | 6 lines
Gtk3: Settings dialog: CRT slider, refactor code a bit
Don't rely on the reset button's event handler to reset sliders but provide
a proper function to do so and call that from various places.
------------------------------------------------------------------------
r42914 | compyx | 2023-01-21 08:29:49 +0000 (Sat, 21 Jan 2023) | 3 lines
Gtk3: Settings dialog: Display/CHIP: refactor code and tweak layout
------------------------------------------------------------------------
r42913 | compyx | 2023-01-20 20:24:59 +0000 (Fri, 20 Jan 2023) | 6 lines
Gtk3: Settings dialog: Tweak Host Display layout
Tweak margins between widgets, shove Custom aspect ratio spin button in the
Aspect Mode radio button group.
------------------------------------------------------------------------
r42912 | compyx | 2023-01-20 16:47:15 +0000 (Fri, 20 Jan 2023) | 6 lines
Gtk3: Settings dialog: Userport: avoid setting sensitivity of RTC widgets if not present
Only update sensitivity of RTC check buttons if they are present for the
current emulator.
------------------------------------------------------------------------