#3172 closed defect (fixed)
GUI: Button overlapping
Reported by: | SF/dinomersh | Owned by: | sev- |
---|---|---|---|
Priority: | high | Component: | GUI |
Version: | Keywords: | ||
Cc: | Game: |
Description
For any game in 'Edit game > Audio' the 'Cancel button' overlap the 'Subtitle speed' field.
Ticket imported from: #1709323. Ticket imported from: bugs/3172.
Attachments (1)
Change History (12)
comment:1 by , 18 years ago
comment:2 by , 18 years ago
Owner: | set to |
---|
comment:3 by , 18 years ago
This is a regression from http://scummvm.svn.sourceforge.net/viewvc/scummvm?view=rev&revision=26056 It's still unreleased.
Even after squashing the widgets together, I don't think there's enough room for everything on that single tab. A bit of screen real-estate could be gained if the notebook area was stretched a bit to the bottom, and if the tab labels were a bit shorter, but that would lose the aesthetic.
comment:4 by , 18 years ago
The problem is visible on the modern theme with a resolution of 640x400 (aspect ratio correction turned off).
comment:5 by , 18 years ago
This would be nice to fix before release but is not critical, since turning aspect ratio correction on is a possible workaround.
comment:6 by , 18 years ago
Priority: | normal → high |
---|
comment:7 by , 17 years ago
So one solution would be to move the volume settings to a "Volume" tab -- like we do in 320x200 resp. 320x240 mode. That would also resolve the crashing part of bug #1677997, wouldn't it?
by , 17 years ago
Attachment: | gui-volume-tab.patch added |
---|
comment:8 by , 17 years ago
The attached patch reintroduced the volume tab in all resolutions, which fixes the problem reported here. I guess the THEME_VERSION sbould be incremented, though, but since I am not 100% sure whether that's true, I leave that to others to decide. Some general notes:
It might look nicer to "merge" the volume tab into the audio tab in the big resolution; but IMO, this alone is not justification enough. While we could work around it by adding a separate 640x400 mode description, IMO the extra effort to maintain yet another resolution in all themes. It's already a burden to maintain those we have right now (in particular, I wasn't able to test my patch with the PSP resolution, so i guess that should be tested by somebody first, too).
Furthermore, the current code was bad, because it did not only remove the volume tab, it also removed the "Override global volume settings" checkbox -- hence, in a bigger resolution you suddenly had a reduced set of options. That seems odd and arbitrary, hence bad. In fact, I'd prefer if we offered *higher* granularity.
Finally, I think we need to restructure the options dialogs someday anyway. Latest when we introduce selecting arbitrary MIDI devices (see RFE #1107956). File Added: gui-volume-tab.patch
comment:9 by , 17 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:11 by , 6 years ago
Component: | --Unset-- → GUI |
---|
Which resolution are you running GUI in? I.e. Which scale and is aspect ratio turned on or not. Also which version of ScummVM?