progresswindow: sync frame width with message/hintbox

This commit is contained in:
2022-04-08 18:07:24 +02:00
parent 76e9ca2eba
commit 8fb9196949

View File

@@ -28,7 +28,7 @@
#endif #endif
#include "progresswindow.h" #include "progresswindow.h"
#include "hintbox.h"
#include <global.h> #include <global.h>
#include <neutrino.h> #include <neutrino.h>
@@ -88,6 +88,8 @@ void CProgressWindow::Init( signal<void, size_t, size_t, string> *statusSignal,
internal_max = 0; internal_max = 0;
fr_thickness = g_settings.theme.message_frame_enable ? HINTBOX_DEFAULT_FRAME_WIDTH : 0;
showFooter(false); showFooter(false);
//create status text object //create status text object