mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-27 23:37:05 -05:00
fix: Default font size being too small
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user