[Scummvm-git-logs] scummvm master -> 8eb911d6c36b61e4ffbffea7e0deeef8ffe948e1
eriktorbjorn
noreply at scummvm.org
Tue Feb 15 14:36:08 UTC 2022
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
8eb911d6c3 SCUMM: Minor Loom settings cleanup
Commit: 8eb911d6c36b61e4ffbffea7e0deeef8ffe948e1
https://github.com/scummvm/scummvm/commit/8eb911d6c36b61e4ffbffea7e0deeef8ffe948e1
Author: Torbjörn Andersson (eriktorbjorn at users.sourceforge.net)
Date: 2022-02-15T15:35:35+01:00
Commit Message:
SCUMM: Minor Loom settings cleanup
Changed paths:
engines/scumm/dialogs.cpp
diff --git a/engines/scumm/dialogs.cpp b/engines/scumm/dialogs.cpp
index 0abe9310c2e..6dd9f83f78e 100644
--- a/engines/scumm/dialogs.cpp
+++ b/engines/scumm/dialogs.cpp
@@ -737,12 +737,10 @@ bool EgaLoomOptionsWidget::save() {
void EgaLoomOptionsWidget::defineLayout(GUI::ThemeEval &layouts, const Common::String &layoutName, const Common::String &overlayedLayout) const {
layouts.addDialog(layoutName, overlayedLayout)
- .addLayout(GUI::ThemeLayout::kLayoutHorizontal)
+ .addLayout(GUI::ThemeLayout::kLayoutHorizontal, 12)
.addPadding(0, 0, 16, 0)
.addWidget("OvertureTicksHeader", "OptionsLabel")
- .addSpace(2)
.addWidget("OvertureTicks", "WideSlider")
- .addSpace(2)
.addWidget("OvertureTicksLabel", "ShortOptionsLabel")
.closeLayout()
.closeDialog();
More information about the Scummvm-git-logs
mailing list