mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-11-17 23:42:20 +00:00
[idd] helper: add mode edit controls
This commit is contained in:
@@ -10,6 +10,7 @@
|
||||
|
||||
class CListBox;
|
||||
class CGroupBox;
|
||||
class CEditWidget;
|
||||
|
||||
class CConfigWindow : public CWindow
|
||||
{
|
||||
@@ -23,6 +24,10 @@ class CConfigWindow : public CWindow
|
||||
std::unique_ptr<CStaticWidget> m_heightLabel;
|
||||
std::unique_ptr<CStaticWidget> m_refreshLabel;
|
||||
|
||||
std::unique_ptr<CEditWidget> m_modeWidth;
|
||||
std::unique_ptr<CEditWidget> m_modeHeight;
|
||||
std::unique_ptr<CEditWidget> m_modeRefresh;
|
||||
|
||||
std::function<void()> m_onDestroy;
|
||||
double m_scale;
|
||||
Microsoft::WRL::Wrappers::HandleT<FontTraits> m_font;
|
||||
|
||||
Reference in New Issue
Block a user