android gui tweaks

This commit is contained in:
doitux
2012-12-21 00:51:50 +01:00
parent 5a87ce08b3
commit 7503b1754e
3 changed files with 3 additions and 12 deletions
@@ -18,6 +18,8 @@
#include "changecontentdialogimpl.h"
// #include "session.h"
#include "configfile.h"
#include <QtGui>
#include <QtCore>
changeContentDialogImpl::changeContentDialogImpl(QWidget *parent, ConfigFile *config, DialogType t)
: QDialog(parent), myConfig(config), myType(t)
@@ -24,8 +24,6 @@
#include "ui_changecontentdialog.h"
#endif
#include <QtCore>
enum DialogType { CHANGE_HUMAN_PLAYER_NAME=0, CHANGE_NICK_ALREADY_IN_USE, CHANGE_NICK_INVALID, CHANGE_INET_BAD_GAME_NAME, CHANGE_INET_GAME_NAME_IN_USE };
class ConfigFile;
+1 -10
View File
@@ -29,18 +29,9 @@
<bool>true</bool>
</property>
<layout class="QGridLayout" name="gridLayout_3">
<property name="leftMargin">
<property name="margin">
<number>0</number>
</property>
<property name="topMargin">
<number>10</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>20</number>
</property>
<property name="spacing">
<number>0</number>
</property>