multiple changes (like backbutton handling fixes) for android releases 1.1.1
This commit is contained in:
@@ -1332,7 +1332,7 @@ void GameTableStyleReader::showOutdatedErrorMessage()
|
||||
|
||||
void GameTableStyleReader::setTableBackground(gameTableImpl *gt)
|
||||
{
|
||||
gt->setStyleSheet("QMainWindow { background-image: url(\""+Table+"\"); background-position: bottom center; background-origin: content; background-repeat: no-repeat;}");
|
||||
gt->centralWidget()->setStyleSheet(".QWidget { background-image: url(\""+Table+"\"); background-position: bottom center; background-origin: content; background-repeat: no-repeat;}");
|
||||
}
|
||||
|
||||
void GameTableStyleReader::setChatLogStyle(QTextBrowser *tb)
|
||||
|
||||
Reference in New Issue
Block a user