mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-26 23:13:13 +02:00
progresswindow: sync frame width with message/hintbox
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
#endif
|
||||
|
||||
#include "progresswindow.h"
|
||||
|
||||
#include "hintbox.h"
|
||||
#include <global.h>
|
||||
#include <neutrino.h>
|
||||
|
||||
@@ -88,6 +88,8 @@ void CProgressWindow::Init( signal<void, size_t, size_t, string> *statusSignal,
|
||||
|
||||
internal_max = 0;
|
||||
|
||||
fr_thickness = g_settings.theme.message_frame_enable ? HINTBOX_DEFAULT_FRAME_WIDTH : 0;
|
||||
|
||||
showFooter(false);
|
||||
|
||||
//create status text object
|
||||
|
Reference in New Issue
Block a user