Changelog:
r42991 | compyx | 2023-02-01 10:10:15 +0000 (Wed, 01 Feb 2023) | 7 lines
Gtk3: Settings dialog: Fix layout of "cartridges/gmod2"
Update margins and indentation of widgets. Pack "Save as" and "Save image"
buttons in a GtkButtonBox to make them the same size and align the button box
to the right of the dialog.
------------------------------------------------------------------------
r42990 | compyx | 2023-02-01 09:42:16 +0000 (Wed, 01 Feb 2023) | 6 lines
Gtk3: Settings dialog: refactor and tweak layout of "cartridges/easyflash"
Use a GtkSwitch for the EasyflashJumper resource to make it more clear it is
a physical switch on the cartridge. Use button box to pack buttons.
------------------------------------------------------------------------
r42988 | gpz | 2023-01-31 17:25:54 +0000 (Tue, 31 Jan 2023) | 1 line
increment B first also in OTIR and OTDR. the respective test still fails, because apparently RAM is not mapped correctly in z80 mode
------------------------------------------------------------------------
r42986 | compyx | 2023-01-31 11:50:09 +0000 (Tue, 31 Jan 2023) | 3 lines
Gtk3: Setting dialog: refactor "cartridges/rexramfloppy"
------------------------------------------------------------------------
r42985 | compyx | 2023-01-31 09:40:15 +0000 (Tue, 31 Jan 2023) | 10 lines
Gtk3: Settings dialog: Refactor "cartridges/ramlink"
Try to fix layout as much as possible. Still a layout issue left with the
"Browse..." buttons for the ROM and RAM images: Due to the presence of the
(slightly wider) "Save as..."/"Save image" buttons the "Browse..." button for
the ROM image is slightly less wide than the other "Browse..." button. No
amount of get_allocated_size()/get_size_allocation()/set_size)_request can fix
that.
------------------------------------------------------------------------