impr: Set default font size to 12pt

This commit is contained in:
WerWolv
2025-05-25 23:32:43 +02:00
parent 6e5878b5d6
commit ed3e2f65f8

View File

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