[view] fixes
This commit is contained in:
@@ -16,7 +16,7 @@ import haxework.view.group.VGroupView;
|
||||
@:view var tabs:ButtonGroup<String>;
|
||||
|
||||
private function init():Void {
|
||||
switcher.change("tail");
|
||||
switcher.change("list");
|
||||
}
|
||||
|
||||
private function onFrameSwitch(frame:FrameView<Dynamic>):Void {
|
||||
|
||||
@@ -11,7 +11,7 @@ views:
|
||||
geometry.width: 100%
|
||||
geometry.padding.left: 5
|
||||
geometry.margin.bottom: -6
|
||||
buttonStyle: tab
|
||||
buttonStyle: button.tab
|
||||
+onDataSelect: ~function(id) switcher.change(id)
|
||||
data:
|
||||
- "list"
|
||||
|
||||
Reference in New Issue
Block a user