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:
2014-05-04 20:28:37 +02:00
parent 5451c5dce0
commit 05af26fe66

View File

@@ -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;