From 8401ba192b2dac73f65c7b6e622bc67149335746 Mon Sep 17 00:00:00 2001 From: Lukas Matena Date: Tue, 5 Oct 2021 15:36:00 +0200 Subject: [PATCH] Show PrusaSlicer logo in the SendSystemInfoDialog --- src/slic3r/GUI/SendSystemInfoDialog.cpp | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/slic3r/GUI/SendSystemInfoDialog.cpp b/src/slic3r/GUI/SendSystemInfoDialog.cpp index a8f776354..db6ebad57 100644 --- a/src/slic3r/GUI/SendSystemInfoDialog.cpp +++ b/src/slic3r/GUI/SendSystemInfoDialog.cpp @@ -52,8 +52,8 @@ std::string gl_get_string_safe(GLenum param, const std::string& default_value); class SendSystemInfoDialog : public DPIDialog { enum { - MIN_WIDTH = 60, - MIN_HEIGHT = 40 + MIN_WIDTH = 80, + MIN_HEIGHT = 50 }; public: @@ -486,12 +486,9 @@ SendSystemInfoDialog::SendSystemInfoDialog(wxWindow* parent) "ask you to send some of your system information to us. This will only " "happen once and we will not ask you to do this again (only after you " "upgrade to the next version)."), app_name ); - wxString label1 = _L("Why is it needed"); wxString text1 = _L("If we know your hardware, operating system, etc., it will greatly help us " - "in development, prioritization and possible deprecation of features that " - "are no more needed (for example legacy OpenGL support). This will help " - "us to focus our effort more efficiently and spend time on features that " - "are needed the most."); + "in development and prioritization, because we will be able to focus our effort more efficiently " + "and spend time on features that are needed the most."); wxString label2 = _L("Is it safe?"); wxString text2 = GUI::format_wxstr( _L("We do not send any personal information nor anything that would allow us " @@ -506,9 +503,12 @@ SendSystemInfoDialog::SendSystemInfoDialog(wxWindow* parent) auto* html_window = new wxHtmlWindow(this, wxID_ANY, wxDefaultPosition, wxDefaultSize, wxHW_SCROLLBAR_NEVER); wxString html = GUI::format_wxstr( "" - + text0 + "

" - + "" + label1 + "
" + "
" + "" + "" + + text0 + "

" + text1 + "

" + "
" + "" + label2 + "
" + text2 + "

" + "" + label3 + "
"