diff options
Diffstat (limited to 'examples/clock')
| -rw-r--r-- | examples/clock/src/main.rs | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/examples/clock/src/main.rs b/examples/clock/src/main.rs index 953ecf6f..ebb22cef 100644 --- a/examples/clock/src/main.rs +++ b/examples/clock/src/main.rs @@ -11,7 +11,7 @@ pub fn main() -> iced::Result {      iced::application("Clock - Iced", Clock::update, Clock::view)          .subscription(Clock::subscription)          .theme(Clock::theme) -        .antialiased() +        .antialiasing(true)          .run()  } | 
