Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/dialog.cc')
-rw-r--r--src/client/dialog.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/dialog.cc b/src/client/dialog.cc
index f113433..b593388 100644
--- a/src/client/dialog.cc
+++ b/src/client/dialog.cc
@@ -54,7 +54,7 @@ void Dialog::resize()
dialog_widget->set_size(
ui::UI::elementsize.width() * 3.0f,
- ui::UI::elementsize.width() * 2.0f
+ ui::UI::elementsize.width() * 1.5f
);
dialog_widget->set_location(
(width() - dialog_widget->width()) * 0.5f,