[idd] helper: add mode edit labels

This commit is contained in:
Quantum
2025-10-04 03:12:22 -04:00
committed by Geoffrey McRae
parent 1d7cb35de8
commit 569619384c
3 changed files with 21 additions and 2 deletions

View File

@@ -19,6 +19,10 @@ class CConfigWindow : public CWindow
std::unique_ptr<CGroupBox> m_modeGroup;
std::unique_ptr<CListBox> m_modeBox;
std::unique_ptr<CStaticWidget> m_widthLabel;
std::unique_ptr<CStaticWidget> m_heightLabel;
std::unique_ptr<CStaticWidget> m_refreshLabel;
std::function<void()> m_onDestroy;
double m_scale;
Microsoft::WRL::Wrappers::HandleT<FontTraits> m_font;