Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Donald Haase
Cockatrice
Commits
bfc1bd04
Commit
bfc1bd04
authored
Jan 27, 2015
by
Jaeic Lee
Browse files
Added separators
Looks better imo.
parent
c6800c48
Changes
1
Hide whitespace changes
Inline
Side-by-side
cockatrice/src/player.cpp
View file @
bfc1bd04
...
...
@@ -249,6 +249,7 @@ Player::Player(const ServerInfo_User &info, int _id, bool _local, TabGame *_pare
playerLists
.
append
(
mRevealRandomHandCard
=
handMenu
->
addMenu
(
QString
()));
handMenu
->
addSeparator
();
handMenu
->
addAction
(
aMulligan
);
handMenu
->
addSeparator
();
moveHandMenu
=
handMenu
->
addMenu
(
QString
());
moveHandMenu
->
addAction
(
aMoveHandToTopLibrary
);
moveHandMenu
->
addAction
(
aMoveHandToBottomLibrary
);
...
...
@@ -269,12 +270,13 @@ Player::Player(const ServerInfo_User &info, int _id, bool _local, TabGame *_pare
playerLists
.
append
(
mRevealLibrary
=
libraryMenu
->
addMenu
(
QString
()));
playerLists
.
append
(
mRevealTopCard
=
libraryMenu
->
addMenu
(
QString
()));
libraryMenu
->
addAction
(
aAlwaysRevealTopCard
);
libraryMenu
->
addAction
(
aOpenDeckInDeckEditor
);
libraryMenu
->
addSeparator
();
libraryMenu
->
addAction
(
aMoveTopCardsToGrave
);
libraryMenu
->
addAction
(
aMoveTopCardsToExile
);
libraryMenu
->
addAction
(
aMoveTopCardToBottom
);
libraryMenu
->
addAction
(
aMoveBottomCardToGrave
);
libraryMenu
->
addSeparator
();
libraryMenu
->
addAction
(
aOpenDeckInDeckEditor
);
deck
->
setMenu
(
libraryMenu
,
aDrawCard
);
}
else
{
handMenu
=
0
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment