Swappy: Multiply text size by 3.
This commit is contained in:
parent
ef63b8ff65
commit
31634c6e69
|
@ -12,7 +12,7 @@
|
||||||
paint_mode = "arrow";
|
paint_mode = "arrow";
|
||||||
show_panel = false;
|
show_panel = false;
|
||||||
text_font = config.module.style.font.serif.name;
|
text_font = config.module.style.font.serif.name;
|
||||||
text_size = config.module.style.font.size.popup;
|
text_size = config.module.style.font.size.popup * 3;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue