aboutsummaryrefslogtreecommitdiff
path: root/gui/editgamedialog.h
diff options
context:
space:
mode:
authorThierry Crozat2018-07-22 00:01:01 +0100
committerThierry Crozat2018-07-22 00:01:01 +0100
commit182a87f81ce88a6cb6e36be172ab692f632296a0 (patch)
tree2ce28f265e14ee964dfe40bf2599b4c0a51a81c0 /gui/editgamedialog.h
parent8f9daa906c3a43d00ce004494a87cfe698aa9150 (diff)
downloadscummvm-rg350-182a87f81ce88a6cb6e36be172ab692f632296a0.tar.gz
scummvm-rg350-182a87f81ce88a6cb6e36be172ab692f632296a0.tar.bz2
scummvm-rg350-182a87f81ce88a6cb6e36be172ab692f632296a0.zip
GUI: Use ScrollContainer in graphics tab
This fixes bug #10634 - GUI: Options cutoff for Edit Game when Graphics mode is x2 or less
Diffstat (limited to 'gui/editgamedialog.h')
-rw-r--r--gui/editgamedialog.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gui/editgamedialog.h b/gui/editgamedialog.h
index 7c6a08eb3c..c3d55eaef1 100644
--- a/gui/editgamedialog.h
+++ b/gui/editgamedialog.h
@@ -67,6 +67,8 @@ public:
virtual void handleCommand(CommandSender *sender, uint32 cmd, uint32 data);
protected:
+ virtual void setupGraphicsTab();
+
EditTextWidget *_descriptionWidget;
DomainEditTextWidget *_domainWidget;