Opened 17 years ago

Closed 17 years ago

Last modified 5 years ago

#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)

gui-volume-tab.patch (5.5 KB ) - added by fingolfin 17 years ago.

Download all attachments as: .zip

Change History (12)

comment:1 by sev-, 17 years ago

Which resolution are you running GUI in? I.e. Which scale and is aspect ratio turned on or not. Also which version of ScummVM?

comment:2 by sev-, 17 years ago

Owner: set to sev-

comment:3 by salty-horse, 17 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 salty-horse, 17 years ago

The problem is visible on the modern theme with a resolution of 640x400 (aspect ratio correction turned off).

comment:5 by sev-, 17 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 sev-, 17 years ago

Priority: normalhigh

comment:7 by fingolfin, 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 fingolfin, 17 years ago

Attachment: gui-volume-tab.patch added

comment:8 by fingolfin, 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 sev-, 17 years ago

Resolution: fixed
Status: newclosed

comment:10 by sev-, 17 years ago

Slightly improved patch has been committed.

comment:11 by digitall, 5 years ago

Component: --Unset--GUI
Note: See TracTickets for help on using tickets.