UI refinements + Popover (#3377)
[[PR Description]] - Update default ui_font_size - Update toolbar style - Start on ui::Popover Release Notes: - N/A
This commit is contained in:
commit
6fe7b22164
7 changed files with 108 additions and 4 deletions
|
@ -10,6 +10,7 @@ mod input;
|
|||
mod keybinding;
|
||||
mod label;
|
||||
mod list;
|
||||
mod popover;
|
||||
mod slot;
|
||||
mod stack;
|
||||
mod toggle;
|
||||
|
@ -30,6 +31,7 @@ pub use input::*;
|
|||
pub use keybinding::*;
|
||||
pub use label::*;
|
||||
pub use list::*;
|
||||
pub use popover::*;
|
||||
pub use slot::*;
|
||||
pub use stack::*;
|
||||
pub use toggle::*;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue