CProgressWindow: use percental calculated dimensions as default

Origin commit data
------------------
Commit: ed9edb5dad
Author: Thilo Graf <dbt@novatux.de>
Date: 2017-02-25 (Sat, 25 Feb 2017)
This commit is contained in:
2017-02-25 22:09:28 +01:00
parent 8e56829706
commit 166575e9a5
2 changed files with 2 additions and 4 deletions

View File

@@ -123,8 +123,6 @@ CProgressBar* CProgressWindow::getProgressItem()
pBar->setColorFrame(COL_PROGRESSBAR_ACTIVE_PLUS_0);
addWindowItem(pBar);
ccw_body->setHeight(y_tmp+OFFSET_INNER_MID);
return pBar;
}