mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-30 07:23:05 +00:00
reduce volume label size, so that it fits into the dialog
svn-id: r5294
This commit is contained in:
parent
367b27b373
commit
6e9e20dd70
@ -510,9 +510,9 @@ OptionsDialog::OptionsDialog(NewGui *gui, Scumm *scumm)
|
||||
musicVolumeSlider->setMinValue(0); musicVolumeSlider->setMaxValue(255);
|
||||
sfxVolumeSlider->setMinValue(0); sfxVolumeSlider->setMaxValue(255);
|
||||
|
||||
masterVolumeLabel = new StaticTextWidget(this, 200, 10, 60, 16, "Volume1", kTextAlignLeft);
|
||||
musicVolumeLabel = new StaticTextWidget(this, 200, 26, 60, 16, "Volume2", kTextAlignLeft);
|
||||
sfxVolumeLabel = new StaticTextWidget(this, 200, 42, 60, 16, "Volume3", kTextAlignLeft);
|
||||
masterVolumeLabel = new StaticTextWidget(this, 200, 10, 40, 16, "Volume1", kTextAlignLeft);
|
||||
musicVolumeLabel = new StaticTextWidget(this, 200, 26, 40, 16, "Volume2", kTextAlignLeft);
|
||||
sfxVolumeLabel = new StaticTextWidget(this, 200, 42, 40, 16, "Volume3", kTextAlignLeft);
|
||||
|
||||
masterVolumeLabel->setFlags(WIDGET_CLEARBG);
|
||||
musicVolumeLabel->setFlags(WIDGET_CLEARBG);
|
||||
|
Loading…
x
Reference in New Issue
Block a user