some gui modifications for mobile platform in general and maemo in

particular
This commit is contained in:
floty
2012-06-06 00:10:56 +02:00
committed by floty
parent 490b8b77f6
commit 396e9849f8
5 changed files with 120 additions and 20 deletions
+1 -1
View File
@@ -95,8 +95,8 @@ gameTableImpl::gameTableImpl(ConfigFile *c, QMainWindow *parent)
#ifdef GUI_800x480
tabsDiag = new QDialog(this);
tabs.setupUi(tabsDiag);
textLabel_handLabel->hide();
#ifdef ANDROID
textLabel_handLabel->hide();
tabsDiag->setStyleSheet("QObject { font: 26px; } QDialog { background-image: url(:/android/android-data/gfx/gui/table/default_800x480/table_dark.png); background-position: bottom center; background-origin: content; background-repeat: no-repeat;}");
#endif
tabs.label_chance->setMyStyle(myGameTableStyle);