Introduce KeybindingHint (#24397)
- Implements scaling for `ui::Keybinding` and it's component parts - Adds the `ui::KeybindingHint` component for creating keybinding hints easily:  Release Notes: - N/A
This commit is contained in:
parent
9c132fece5
commit
00971fbe41
9 changed files with 390 additions and 16 deletions
|
@ -11,6 +11,7 @@ mod image;
|
|||
mod indent_guides;
|
||||
mod indicator;
|
||||
mod keybinding;
|
||||
mod keybinding_hint;
|
||||
mod label;
|
||||
mod list;
|
||||
mod modal;
|
||||
|
@ -47,6 +48,7 @@ pub use image::*;
|
|||
pub use indent_guides::*;
|
||||
pub use indicator::*;
|
||||
pub use keybinding::*;
|
||||
pub use keybinding_hint::*;
|
||||
pub use label::*;
|
||||
pub use list::*;
|
||||
pub use modal::*;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue