mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-27 15:32:52 +02:00
CHintBox: use less colors time scale mode for visual timeout
Otherwise probably in this context to much colored with default settings.
Origin commit data
------------------
Commit: 8c29b8e68f
Author: Thilo Graf <dbt@novatux.de>
Date: 2017-05-21 (Sun, 21 May 2017)
This commit is contained in:
@@ -188,6 +188,7 @@ void CHintBox::enableTimeOutBar(bool enable)
|
||||
timeout_pb->setValues(timeout_pb->getValue()+1, 100*timeout);
|
||||
}else{
|
||||
timeout_pb = new CProgressBar();
|
||||
timeout_pb->setType(CProgressBar::PB_TIMESCALE);
|
||||
timeout_pb->setDimensionsAll(ccw_body->getRealXPos(), ccw_body->getRealYPos(), ccw_body->getWidth(), TIMEOUT_BAR_HEIGHT);
|
||||
timeout_pb->setValues(0, 100*timeout);
|
||||
if (!timeout_pb_timer) {
|
||||
|
Reference in New Issue
Block a user