Skip to content

Commit

Permalink
formated last merge changes
Browse files Browse the repository at this point in the history
  • Loading branch information
genusistimelord committed Jun 22, 2023
1 parent 0d40a8b commit 92b024e
Show file tree
Hide file tree
Showing 10 changed files with 482 additions and 359 deletions.
3 changes: 1 addition & 2 deletions examples/cupertino/cupertino_alert/src/main.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
use iced::{alignment, Application, Command, Element, executor, Length, Settings, Theme};
use iced::widget::{column, container, Text};
use iced::{alignment, executor, Application, Command, Element, Length, Settings, Theme};
use iced_aw::native::cupertino::cupertino_alert::{CupertinoAlert, CupertinoDialogAction};
use iced_aw::native::cupertino::cupertino_button::CupertinoButton;
use iced_aw::native::cupertino::cupertino_colours::system_red;
Expand Down Expand Up @@ -139,4 +139,3 @@ impl Application for Alert {
Theme::Light
}
}

4 changes: 2 additions & 2 deletions examples/cupertino/cupertino_button/src/main.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
use iced::{
alignment, Application, Command, Element, executor, Length, Renderer, Settings, Theme,
alignment, executor,
widget::{column, container, text, Text},
Application, Command, Element, Length, Renderer, Settings, Theme,
};

use iced_aw::native::cupertino::cupertino_button::CupertinoButton;
Expand Down Expand Up @@ -116,4 +117,3 @@ impl Application for ButtonApp {
Theme::Light
}
}

3 changes: 1 addition & 2 deletions examples/cupertino/cupertino_switch/src/main.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
use iced::{alignment, Application, Color, Command, Element, executor, Length, Settings, Theme};
use iced::widget::{column, container, row, text};
use iced::{alignment, executor, Application, Color, Command, Element, Length, Settings, Theme};
use iced_aw::native::cupertino::cupertino_switch::CupertinoSwitch;

pub fn main() -> iced::Result {
Expand Down Expand Up @@ -105,4 +105,3 @@ impl Application for Switch {
Theme::Light
}
}

Loading

0 comments on commit 92b024e

Please sign in to comment.