mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-01 01:41:12 +02:00
CSignalBar: use global offsets for init of min height
Origin commit data
------------------
Branch: ni/coolstream
Commit: b8822803d9
Author: Thilo Graf <dbt@novatux.de>
Date: 2017-04-17 (Mon, 17 Apr 2017)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
#include <zapit/include/zapit/frontend_c.h>
|
||||
#include <sstream>
|
||||
|
||||
#define SB_MIN_HEIGHT 12
|
||||
#define SB_MIN_HEIGHT OFFSET_INNER_MID
|
||||
#define REF_PERCENT_TXT "100% "
|
||||
|
||||
using namespace std;
|
||||
@@ -55,8 +55,8 @@ void CSignalBar::initVarSigBar(const int& xpos, const int& ypos, const int& w, c
|
||||
|
||||
corner_rad = 0;
|
||||
corner_type = 0;
|
||||
append_x_offset = 2;
|
||||
append_y_offset = 2;
|
||||
append_x_offset = OFFSET_INNER_MIN;
|
||||
append_y_offset = OFFSET_INNER_MIN;
|
||||
|
||||
sb_scale_height = -1;
|
||||
dy_font = CNeutrinoFonts::getInstance();
|
||||
|
Reference in New Issue
Block a user