We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c029c02 commit b9226c0Copy full SHA for b9226c0
cosmic-settings/src/pages/display/mod.rs
@@ -1225,7 +1225,6 @@ pub fn display_arrangement() -> Section<crate::pages::Message> {
1225
.center_x(Length::Fill)
1226
.width(Length::Fill)
1227
.align_y(cosmic::iced_core::alignment::Vertical::Top),
1228
-
1229
// Top layer: identify button positioned at bottom right
1230
widget::button::standard(fl!("display", "identify"))
1231
.on_press(pages::Message::Displays(Message::IdentifyDisplays))
0 commit comments