mirror of
https://codeberg.org/unspeaker/tengri.git
synced 2026-04-04 05:50:44 +02:00
- okay, that seems to have fixed the FieldH/FieldV issue? - thought that'd never happen - still not happy with how Layout override is working
This commit is contained in:
parent
731f4a971e
commit
8c54510f63
9 changed files with 179 additions and 118 deletions
|
|
@ -11,7 +11,6 @@ mod tui_border; pub use self::tui_border::*;
|
|||
mod tui_button; pub use self::tui_button::*;
|
||||
mod tui_color; pub use self::tui_color::*;
|
||||
mod tui_error; pub use self::tui_error::*;
|
||||
mod tui_field; pub use self::tui_field::*;
|
||||
mod tui_phat; pub use self::tui_phat::*;
|
||||
mod tui_repeat; pub use self::tui_repeat::*;
|
||||
mod tui_scroll; pub use self::tui_scroll::*;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue