mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 20:58:03 +00:00
Fixed vertical alignment of player field detail labels.
This commit is contained in:
@@ -456,6 +456,7 @@ public class ViewField extends FRoundedPanel {
|
||||
setMinimumSize(labelSize);
|
||||
setBorder(new LineBorder(new Color(0, 0, 0, 0), 1));
|
||||
setHorizontalAlignment(CENTER);
|
||||
setVerticalAlignment(CENTER);
|
||||
|
||||
// Increment counter and check for zebra. Set default BG
|
||||
// so hover effects return to the same color.
|
||||
|
||||
Reference in New Issue
Block a user