From 74998b5b16b719deb77e00a7ea3c590243b16d10 Mon Sep 17 00:00:00 2001 From: PixelDots Date: Tue, 24 Oct 2023 16:42:48 -0500 Subject: [PATCH] remove comments of old styling --- cosmic-applet-time/src/window.rs | 6 ------ 1 file changed, 6 deletions(-) diff --git a/cosmic-applet-time/src/window.rs b/cosmic-applet-time/src/window.rs index 40ef4781..8a85fabc 100644 --- a/cosmic-applet-time/src/window.rs +++ b/cosmic-applet-time/src/window.rs @@ -277,13 +277,7 @@ impl cosmic::Application for Window { .padding([12, 20]), calender.padding([0, 12].into()), padded_control(divider::horizontal::default()), - /*container(divider::horizontal::light()) - .padding([12, 12]) - .width(Length::Fill),*/ menu_button(text(fl!("datetime-settings")).size(14)) - /*.style(button_theme()) - .padding([8, 24]) - .width(Length::Fill)*/ .on_press(Message::OpenDateTimeSettings), ] .padding([8, 0]);