mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 01:11:06 +02:00
COPKGManager: use of appropriate width
Most entries are larger then 40% and in case of failed package update,
window is too small. Displayerrors in footer bar are possible.
Origin commit data
------------------
Commit: a323173aed
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-05-04 (Sun, 04 May 2014)
This commit is contained in:
@@ -81,7 +81,7 @@ static const std::string pkg_types[OM_MAX] =
|
||||
|
||||
COPKGManager::COPKGManager()
|
||||
{
|
||||
width = w_max (40, 10); //%
|
||||
width = w_max (80, 10); //%
|
||||
pkg_map.clear();
|
||||
list_installed_done = false;
|
||||
list_upgradeable_done = false;
|
||||
|
Reference in New Issue
Block a user