Swappy: Multiply text size by 3.

This commit is contained in:
Dmitry Voronin 2024-11-23 07:38:44 +03:00
parent ef63b8ff65
commit 31634c6e69
Signed by: voronind
SSH key fingerprint: SHA256:3kBb4iV2ahufEBNq+vFbUe4QYfHt98DHQjN7QaptY9k

View file

@ -12,7 +12,7 @@
paint_mode = "arrow";
show_panel = false;
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;
};
};
}