summaryrefslogtreecommitdiffstats
path: root/core/src
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2024-12-17 01:53:39 +0100
committerLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2024-12-17 01:53:39 +0100
commit0ad40d03387a8127b445305a1c63fa3d2ac45ed7 (patch)
tree412d77a00dd9eea74a81c128a9db5ecef8951477 /core/src
parentb22a847668f3b59e1de77c2beee03134795f9380 (diff)
downloadiced-0ad40d03387a8127b445305a1c63fa3d2ac45ed7.tar.gz
iced-0ad40d03387a8127b445305a1c63fa3d2ac45ed7.tar.bz2
iced-0ad40d03387a8127b445305a1c63fa3d2ac45ed7.zip
Reduce size of `Simulator` in `todos` test
Diffstat (limited to 'core/src')
-rw-r--r--core/src/window/settings.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/src/window/settings.rs b/core/src/window/settings.rs
index fbbf86ab..c1f36a6c 100644
--- a/core/src/window/settings.rs
+++ b/core/src/window/settings.rs
@@ -28,6 +28,7 @@ use crate::window::{Icon, Level, Position};
use crate::Size;
pub use platform::PlatformSpecific;
+
/// The window settings of an application.
#[derive(Debug, Clone)]
pub struct Settings {