fix: Default font size being too small

This commit is contained in:
WerWolv
2026-03-03 13:46:26 +01:00
parent a2fc9325c9
commit 4b07f7745b

View File

@@ -73,7 +73,7 @@ namespace hex::fonts {
class FontSelector : public ContentRegistry::Settings::Widgets::Widget {
public:
FontSelector() : m_fontSize(12, 2, 100), m_bold(false), m_italic(false) { }
FontSelector() : m_fontSize(14, 2, 100), m_bold(false), m_italic(false) { }
bool draw(const std::string &name) override;