mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-28 07:47:03 -05:00
impr: Set default font size to 12pt
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user