NekoIconButton reshaping in progress...
TODO : Is there a reason NekoIconButton heritates from Button Feathers component or not ?
This commit is contained in:
@@ -21,13 +21,13 @@ class MainPanel extends Panel {
|
||||
super.initialize();
|
||||
|
||||
autoSizeMode = STAGE;
|
||||
backgroundSkin = new NekoRectangle(Constants.MAIN_COLOR3);
|
||||
backgroundSkin = new NekoRectangle(Constants.MAIN_COLOR2);
|
||||
|
||||
mh = new MainHeader();
|
||||
addChild(mh);
|
||||
header = mh;
|
||||
|
||||
mf = new MainFooter();
|
||||
addChild(mf);
|
||||
footer = mf;
|
||||
}
|
||||
|
||||
private function onCreationComplete(event:FeathersEvent):Void {
|
||||
|
||||
Reference in New Issue
Block a user