summaryrefslogtreecommitdiff
path: root/src/widget.rs
diff options
context:
space:
mode:
authorpml68 <contact@pml68.dev>2025-07-22 21:19:51 +0200
committerpml68 <contact@pml68.dev>2025-07-22 21:19:51 +0200
commit84a8518ade52c49135ec8beb0f14025f7220e8d0 (patch)
tree0522e6c01e1d127c121e9446994cd583b7488563 /src/widget.rs
parentstyle: better Cargo.toml formatting [skip ci] (diff)
downloadiced-builder-84a8518ade52c49135ec8beb0f14025f7220e8d0.tar.gz
feat: better button styling for "unsaved changes" dialog
Diffstat (limited to '')
-rw-r--r--src/widget.rs1
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;
}