Add support for themed application dialog
This commit is contained in:
parent
94905c5201
commit
16aaf10b56
5 changed files with 200 additions and 56 deletions
|
|
@ -58,6 +58,9 @@ pub mod column {
|
|||
pub mod cosmic_container;
|
||||
pub use cosmic_container::LayerContainer;
|
||||
|
||||
pub mod dialog;
|
||||
pub use dialog::{dialog, Dialog};
|
||||
|
||||
/// An element to distinguish a boundary between two elements.
|
||||
pub mod divider {
|
||||
/// Horizontal variant of a divider.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue