diff options
| author | pml68 <contact@pml68.dev> | 2025-07-22 21:19:51 +0200 |
|---|---|---|
| committer | pml68 <contact@pml68.dev> | 2025-07-22 21:19:51 +0200 |
| commit | 84a8518ade52c49135ec8beb0f14025f7220e8d0 (patch) | |
| tree | 0522e6c01e1d127c121e9446994cd583b7488563 /src/widget.rs | |
| parent | style: better Cargo.toml formatting [skip ci] (diff) | |
| download | iced-builder-84a8518ade52c49135ec8beb0f14025f7220e8d0.tar.gz | |
feat: better button styling for "unsaved changes" dialog
Diffstat (limited to 'src/widget.rs')
| -rw-r--r-- | src/widget.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/widget.rs b/src/widget.rs index 5ebe1f9..bb12de0 100644 --- a/src/widget.rs +++ b/src/widget.rs @@ -3,6 +3,7 @@ use iced_material::Theme; use crate::types::Element; +pub mod button; pub mod tip { pub use super::tooltip::Position; } |
