mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 03:08:02 +00:00
workaround to fix Deck Editor extra space for label
This commit is contained in:
@@ -28,7 +28,7 @@ public class FScreen {
|
|||||||
public static final FScreen HOME_SCREEN = new FScreen(
|
public static final FScreen HOME_SCREEN = new FScreen(
|
||||||
VHomeUI.SINGLETON_INSTANCE,
|
VHomeUI.SINGLETON_INSTANCE,
|
||||||
CHomeUI.SINGLETON_INSTANCE,
|
CHomeUI.SINGLETON_INSTANCE,
|
||||||
"Home",
|
"Home ",
|
||||||
FSkin.getIcon(FSkinProp.ICO_FAVICON),
|
FSkin.getIcon(FSkinProp.ICO_FAVICON),
|
||||||
false,
|
false,
|
||||||
"Exit Forge",
|
"Exit Forge",
|
||||||
@@ -46,7 +46,7 @@ public class FScreen {
|
|||||||
public static final FScreen DECK_EDITOR_CONSTRUCTED = new FScreen(
|
public static final FScreen DECK_EDITOR_CONSTRUCTED = new FScreen(
|
||||||
VDeckEditorUI.SINGLETON_INSTANCE,
|
VDeckEditorUI.SINGLETON_INSTANCE,
|
||||||
CDeckEditorUI.SINGLETON_INSTANCE,
|
CDeckEditorUI.SINGLETON_INSTANCE,
|
||||||
"Deck Editor",
|
"Deck Editor ",
|
||||||
FSkin.getImage(FSkinProp.IMG_PACK),
|
FSkin.getImage(FSkinProp.IMG_PACK),
|
||||||
false,
|
false,
|
||||||
"Back to Home",
|
"Back to Home",
|
||||||
|
|||||||
Reference in New Issue
Block a user