summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorerihel <erihel@gmail.com>2013-03-17 19:05:29 +0100
committererihel <erihel@gmail.com>2013-03-17 19:05:29 +0100
commite5aadfdaac1a3366e1f7e866b615f2042e23a6ec (patch)
treefbf8e81954e9ee0251c1ad6242fad4eabf3eb91b /src
parentd6bbc99c90ef586b041651d373524b30fe6c8676 (diff)
parentf88e74f887c2d9c1e519ea6cd7f265f92e9cc26b (diff)
downloadcolobot-e5aadfdaac1a3366e1f7e866b615f2042e23a6ec.tar.gz
colobot-e5aadfdaac1a3366e1f7e866b615f2042e23a6ec.tar.bz2
colobot-e5aadfdaac1a3366e1f7e866b615f2042e23a6ec.zip
Merge branch 'dev' of github:colobot/colobot into dev
Diffstat (limited to 'src')
-rw-r--r--src/ui/maindialog.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/ui/maindialog.cpp b/src/ui/maindialog.cpp
index 51d2dda..a770a0e 100644
--- a/src/ui/maindialog.cpp
+++ b/src/ui/maindialog.cpp
@@ -1880,7 +1880,7 @@ ddim.y = 150.0f/480.0f;
// TODO: #if !_DEMO
pos.x = 40.0f/640.0f;
- pos.y = 83.0f/480.0f;
+ pos.y = 65.0f/480.0f;
ddim.x = 246.0f/640.0f;
ddim.y = 16.0f/480.0f;
GetResource(RES_TEXT, RT_GENERIC_DEV1, name);
@@ -1888,14 +1888,14 @@ ddim.y = 150.0f/480.0f;
pl->SetFontType(Gfx::FONT_COURIER);
pl->SetFontSize(8.0f);
- pos.y = 13.0f/480.0f;
+ pos.y = 0.0f/480.0f;
GetResource(RES_TEXT, RT_GENERIC_DEV2, name);
pl = pw->CreateLabel(pos, ddim, 0, EVENT_LABEL2, name);
pl->SetFontType(Gfx::FONT_COURIER);
pl->SetFontSize(8.0f);
pos.x = 355.0f/640.0f;
- pos.y = 83.0f/480.0f;
+ pos.y = 65.0f/480.0f;
ddim.x = 246.0f/640.0f;
ddim.y = 16.0f/480.0f;
GetResource(RES_TEXT, RT_GENERIC_EDIT1, name);
@@ -1903,7 +1903,7 @@ ddim.y = 150.0f/480.0f;
pl->SetFontType(Gfx::FONT_COURIER);
pl->SetFontSize(8.0f);
- pos.y = 13.0f/480.0f;
+ pos.y = 0.0f/480.0f;
GetResource(RES_TEXT, RT_GENERIC_EDIT2, name);
pl = pw->CreateLabel(pos, ddim, 0, EVENT_LABEL4, name);
pl->SetFontType(Gfx::FONT_COURIER);