mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-07-31 10:22:01 +08:00
Resize login dialog
This commit is contained in:
parent
e39f867af4
commit
c29e70d429
@ -1316,8 +1316,8 @@ void PrinterPickWebViewDialog::request_compatible_printers_SLA()
|
|||||||
LoginWebViewDialog::LoginWebViewDialog(wxWindow *parent, std::string &ret_val, const wxString& url)
|
LoginWebViewDialog::LoginWebViewDialog(wxWindow *parent, std::string &ret_val, const wxString& url)
|
||||||
: WebViewDialog(parent
|
: WebViewDialog(parent
|
||||||
, url
|
, url
|
||||||
, _L("Log in dialog")
|
, _L("Log in dialog"),
|
||||||
, wxSize(parent->GetClientSize().x / 3, parent->GetClientSize().y / 4 * 3)
|
wxSize(50 * wxGetApp().em_unit(), 80 * wxGetApp().em_unit())
|
||||||
, {})
|
, {})
|
||||||
, m_ret_val(ret_val)
|
, m_ret_val(ret_val)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user