mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-23 09:51:57 -05:00
LibCards: Move Play cards closer together horizontally
With the recent adjustments to how cards are painted, this felt too spaced out.
This commit is contained in:
parent
ff8969bd5f
commit
2e615b5316
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ private:
|
||||||
case Type::Waste:
|
case Type::Waste:
|
||||||
return { 0, 0, 1, 0 };
|
return { 0, 0, 1, 0 };
|
||||||
case Type::Play:
|
case Type::Play:
|
||||||
return { 20, 0, 1, 0 };
|
return { 15, 0, 1, 0 };
|
||||||
default:
|
default:
|
||||||
return {};
|
return {};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue