mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-12 00:54:53 -07:00
settings fix, added some zone backgrounds
This commit is contained in:
parent
610533e6dc
commit
bd434437ad
10 changed files with 1 additions and 1 deletions
|
|
@ -208,7 +208,7 @@ AppearanceSettingsPage::AppearanceSettingsPage()
|
|||
connect(tableBgButton, SIGNAL(clicked()), this, SLOT(tableBgButtonClicked()));
|
||||
|
||||
playerAreaBgLabel = new QLabel;
|
||||
playerAreaBgEdit = new QLineEdit(settings.value("carddatabase").toString());
|
||||
playerAreaBgEdit = new QLineEdit(settings.value("playerarea").toString());
|
||||
playerAreaBgEdit->setReadOnly(true);
|
||||
QPushButton *playerAreaBgButton = new QPushButton("...");
|
||||
connect(playerAreaBgButton, SIGNAL(clicked()), this, SLOT(playerAreaBgButtonClicked()));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue