Skip to content

Commit

Permalink
chore: ui adjust
Browse files Browse the repository at this point in the history
  • Loading branch information
Decodetalkers committed Oct 7, 2024
1 parent 6c77959 commit 03dbed6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lala_bar/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ impl NotifyUnitWidgetInfo {
column![
text(notify.summery.clone())
.shaping(text::Shaping::Advanced)
.size(17)
.size(20)
.font(Font {
weight: iced::font::Weight::Bold,
..Default::default()
Expand All @@ -170,7 +170,7 @@ impl NotifyUnitWidgetInfo {
column![
text(notify.summery.clone())
.shaping(text::Shaping::Advanced)
.size(17)
.size(20)
.font(Font {
weight: iced::font::Weight::Bold,
..Default::default()
Expand All @@ -189,7 +189,7 @@ impl NotifyUnitWidgetInfo {
column![
text(notify.summery.clone())
.shaping(text::Shaping::Advanced)
.size(17)
.size(20)
.font(Font {
weight: iced::font::Weight::Bold,
..Default::default()
Expand Down

0 comments on commit 03dbed6

Please sign in to comment.