[colobot] 349/390: Increased the height of text area for displaying authors.txt (should fix #465)
Didier Raboud
odyx at moszumanska.debian.org
Fri Jun 12 14:22:03 UTC 2015
This is an automated email from the git hooks/post-receive script.
odyx pushed a commit to branch upstream/latest
in repository colobot.
commit 1e3c2cc2dfa4595d1fd8965ac7046f0a2eeceb48
Author: Tomasz Kapuściński <tomaszkax86 at gmail.com>
Date: Sat May 9 20:36:32 2015 +0200
Increased the height of text area for displaying authors.txt (should fix #465)
---
src/ui/maindialog.cpp | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/ui/maindialog.cpp b/src/ui/maindialog.cpp
index d642c18..bb8b64c 100644
--- a/src/ui/maindialog.cpp
+++ b/src/ui/maindialog.cpp
@@ -1677,9 +1677,9 @@ void CMainDialog::ChangePhase(Phase phase)
pw = m_interface->CreateWindows(pos, ddim, -1, EVENT_WINDOW5);
pos.x = 80.0f/640.0f;
- pos.y = 240.0f/480.0f;
+ pos.y = 190.0f/480.0f;
ddim.x = 490.0f/640.0f;
- ddim.y = 110.0f/480.0f;
+ ddim.y = 160.0f/480.0f;
pe = pw->CreateEdit(pos, ddim, 0, EVENT_EDIT1);
pe->SetGenericMode(true);
pe->SetEditCap(false);
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/colobot.git
More information about the Pkg-games-commits
mailing list