Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/supermerill/SuperSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuSanka <yusanka@gmail.com>2019-04-25 02:45:00 +0300
committerYuSanka <yusanka@gmail.com>2019-04-25 02:45:00 +0300
commit065448e9e5f63f412ac59c8fbbea560f2cccf77e (patch)
tree03dc97265e1f4f750f12e0f6b7cf1e5b37399ed7 /src/slic3r/GUI/SysInfoDialog.hpp
parentbe60f0a53c6da7121d99a5a2bfaa58519ebf4c8d (diff)
Big Refactoring: - deleted/renamed all _Prusa_ prefixes,
- cleaned code from commented parts - rescale() -> msw_rescale()
Diffstat (limited to 'src/slic3r/GUI/SysInfoDialog.hpp')
-rw-r--r--src/slic3r/GUI/SysInfoDialog.hpp7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/slic3r/GUI/SysInfoDialog.hpp b/src/slic3r/GUI/SysInfoDialog.hpp
index 6215d90ca..dec4b5635 100644
--- a/src/slic3r/GUI/SysInfoDialog.hpp
+++ b/src/slic3r/GUI/SysInfoDialog.hpp
@@ -12,11 +12,10 @@ namespace GUI {
class SysInfoDialog : public DPIDialog
{
- wxString text_info {wxEmptyString};
- PrusaBitmap m_logo_bmp;
+ ScalableBitmap m_logo_bmp;
wxStaticBitmap* m_logo;
- wxHtmlWindow* m_opengl_info_html;
- wxHtmlWindow* m_html;
+ wxHtmlWindow* m_opengl_info_html;
+ wxHtmlWindow* m_html;
public:
SysInfoDialog();