Skip to content

Commit 331ddfb

Browse files
committed
fix: clip the overflow
1 parent 3c487d3 commit 331ddfb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lala_bar/src/notify.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ impl NotifyUnitWidgetInfo {
7474
.style(notify_theme)
7575
.width(Length::Fill)
7676
.height(Length::Fill)
77+
.clip(true)
7778
.on_press(Message::RemoveNotify(self.unit.id))
7879
.into(),
7980
Some(ImageInfo::RgbaRaw {

0 commit comments

Comments
 (0)