Make GUI DPI-aware

This commit is contained in:
2018-09-17 11:43:19 +02:00
parent f981dfb16b
commit f9602b703e
21 changed files with 208 additions and 200 deletions

View File

@@ -49,7 +49,7 @@ class wxEapHostMethodConfigPanelBase : public wxPanel
public:
wxEapHostMethodConfigPanelBase( wxWindow* parent, wxWindowID id = wxID_ANY, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 500,-1 ), long style = wxTAB_TRAVERSAL );
wxEapHostMethodConfigPanelBase( wxWindow* parent, wxWindowID id = wxID_ANY, const wxPoint& pos = wxDefaultPosition, long style = wxTAB_TRAVERSAL );
~wxEapHostMethodConfigPanelBase();
};