broke focus, but rearranged for better save implementation
This commit is contained in:
@ -90,8 +90,8 @@ let _ =
|
||||
let gravity_crop = Gravity.make ~h:`Positive ~v:`Negative in
|
||||
let body = Lwd.var (Lwd.pure Ui.empty) in
|
||||
let wm = Widgets.window_manager (Lwd.join (Lwd.get body)) in
|
||||
Nav.test_pull () >>= fun test_tree ->
|
||||
Widgets.(tree_nav (test_tree, [])) >>= fun ui ->
|
||||
Nav.test_pull () >>= fun test_store ->
|
||||
Widgets.(tree_nav (test_store, [])) >>= fun ui ->
|
||||
let root =
|
||||
Lwd.set body
|
||||
(Lwd.map ~f:(Ui.resize ~pad:gravity_pad ~crop:gravity_crop) ui);
|
||||
|
||||
Reference in New Issue
Block a user