some more gui tweaks for android

This commit is contained in:
doitux
2013-12-22 11:23:59 +01:00
parent 2005c2f9de
commit 4739be12f8
4 changed files with 146 additions and 19 deletions
+3 -2
View File
@@ -97,7 +97,9 @@ startWindowImpl::startWindowImpl(ConfigFile *c, Log *l)
#ifdef GUI_800x480
#ifdef ANDROID
this->menubar->hide();
this->setMenuBar(0);
// this->menubar->clear();
// this->menubar->hide();
//check if custom background picture for the resolution is there. Otherwise create it!
QString UserDataDir = QString::fromUtf8(myConfig->readConfigString("UserDataDir").c_str());
@@ -655,7 +657,6 @@ void startWindowImpl::showNetworkStartDialog()
myStartNetworkGameDialog->exec();
if (myStartNetworkGameDialog->result() == QDialog::Accepted ) {
this->hide();
//some gui modifications
myGuiInterface->getMyW()->networkGameModification();