From 928e1671e44a08a1d778b4fff4f0555ce3e9e51f Mon Sep 17 00:00:00 2001 From: Ira Rice Date: Sun, 18 Jan 2009 21:29:58 -0700 Subject: Fixed ok/cancel position in the string dialog to conform to a more uniform GUI style. Signed-off-by: Ira Rice --- src/gui/npcstringdialog.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/gui/npcstringdialog.cpp b/src/gui/npcstringdialog.cpp index 53f200b0..da7048a6 100644 --- a/src/gui/npcstringdialog.cpp +++ b/src/gui/npcstringdialog.cpp @@ -42,8 +42,8 @@ NpcStringDialog::NpcStringDialog(): cancelButton = new Button(_("Cancel"), "cancel", this); place(0, 0, mValueField, 3); - place(1, 1, okButton); - place(2, 1, cancelButton); + place(1, 1, cancelButton); + place(2, 1, okButton); reflowLayout(175, 0); setLocationRelativeTo(getParent()); -- cgit v1.2.3-70-g09d2