fix: format of month can overflow bounds of panel if Long
This commit is contained in:
parent
02b1743a62
commit
d654743234
1 changed files with 1 additions and 1 deletions
|
|
@ -366,7 +366,7 @@ impl cosmic::Application for Window {
|
|||
let mut date_bag = Bag::empty();
|
||||
|
||||
date_bag.day = Some(components::Day::NumericDayOfMonth);
|
||||
date_bag.month = Some(components::Month::Long);
|
||||
date_bag.month = Some(components::Month::Short);
|
||||
|
||||
let formated = self.format(date_bag, &self.now);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue