mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-27 15:32:59 +02:00
progresswindow: sync frame width with message/hintbox
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user