Skip to content

Commit f614374

Browse files
committed
layout/floating: Fix indicator element order
1 parent 0deab8d commit f614374

File tree

1 file changed

+1
-1
lines changed
  • src/shell/layout/floating

1 file changed

+1
-1
lines changed

src/shell/layout/floating/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1578,7 +1578,7 @@ impl FloatingLayout {
15781578
active_window_hint.blue,
15791579
],
15801580
);
1581-
window_elements.push(element.into());
1581+
window_elements.insert(0, element.into());
15821582
}
15831583
}
15841584

0 commit comments

Comments
 (0)