fix(applet): set default text size to 14.0
This commit is contained in:
parent
173ddca60f
commit
ce4580ab0b
1 changed files with 1 additions and 1 deletions
|
|
@ -139,7 +139,7 @@ impl Context {
|
||||||
.max_width(width as f32 + applet_padding as f32 * 2.0),
|
.max_width(width as f32 + applet_padding as f32 * 2.0),
|
||||||
)
|
)
|
||||||
.resizable(None)
|
.resizable(None)
|
||||||
.default_text_size(18.0)
|
.default_text_size(14.0)
|
||||||
.default_font(crate::font::FONT)
|
.default_font(crate::font::FONT)
|
||||||
.transparent(true);
|
.transparent(true);
|
||||||
if let Some(theme) = self.theme() {
|
if let Some(theme) = self.theme() {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue