mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 04:08:01 +00:00
Increased value of alpha when setting disabled.
Signed-off-by: leriomaggio <valeriomaggio@gmail.com>
This commit is contained in:
@@ -148,7 +148,7 @@ public final class CardPicturePanel extends JPanel implements ImageFetcher.Callb
|
||||
}
|
||||
|
||||
public void showAsDisabled(){
|
||||
this.panel.setAlpha(0.5f);
|
||||
this.panel.setAlpha(0.8f);
|
||||
}
|
||||
|
||||
public void showAsEnabled(){
|
||||
|
||||
Reference in New Issue
Block a user