remove comments of old styling

This commit is contained in:
PixelDots 2023-10-24 16:42:48 -05:00 committed by Ashley Wulber
parent 2efc93a38c
commit 74998b5b16

View file

@ -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]);