aboutsummaryrefslogtreecommitdiff
path: root/gui/dialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'gui/dialog.cpp')
-rw-r--r--gui/dialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/dialog.cpp b/gui/dialog.cpp
index 31d980f8dd..ec386f90f2 100644
--- a/gui/dialog.cpp
+++ b/gui/dialog.cpp
@@ -257,6 +257,6 @@ Widget *Dialog::findWidget(int x, int y)
Widget *Dialog::addButton(int x, int y, const ScummVM::String &label, uint32 cmd, char hotkey)
{
- return new ButtonWidget(this, x, y, 54, 16, label, cmd, hotkey);
+ return new ButtonWidget(this, x, y, kButtonWidth, 16, label, cmd, hotkey);
}