mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-10 16:24:45 -07:00
changed some hotkeys
This commit is contained in:
parent
6a537979d0
commit
7f0f6c6212
3 changed files with 20 additions and 24 deletions
|
|
@ -9,7 +9,7 @@ GameSelector::GameSelector(Client *_client, QWidget *parent)
|
|||
gameListModel = new GamesModel(this);
|
||||
gameListView->setModel(gameListModel);
|
||||
|
||||
createButton = new QPushButton(tr("&Create"));
|
||||
createButton = new QPushButton(tr("C&reate"));
|
||||
joinButton = new QPushButton(tr("&Join"));
|
||||
QHBoxLayout *buttonLayout = new QHBoxLayout;
|
||||
buttonLayout->addStretch();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue