mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-18 23:42:17 +00: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
Notes:
sideshowbarker
2024-07-17 02:14:39 +09:00
Author: https://github.com/AtkinsSJ
Commit: 2e615b5316
Pull-request: https://github.com/SerenityOS/serenity/pull/21326
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ private:
|
|||
case Type::Waste:
|
||||
return { 0, 0, 1, 0 };
|
||||
case Type::Play:
|
||||
return { 20, 0, 1, 0 };
|
||||
return { 15, 0, 1, 0 };
|
||||
default:
|
||||
return {};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue