added separator

Felt like areas different to the current zone should be segregated.
This commit is contained in:
Matt Lowe 2015-04-09 14:44:29 +02:00
parent 7ea755ab5a
commit 56cbae17ac

View file

@ -2177,6 +2177,7 @@ void Player::updateCardMenu(CardItem *card)
if (moveMenu->isEmpty()) {
moveMenu->addAction(aMoveToTopLibrary);
moveMenu->addAction(aMoveToBottomLibrary);
moveMenu->addSeparator();
moveMenu->addAction(aMoveToGraveyard);
moveMenu->addAction(aMoveToExile);
}