From a323173aed3c806cee026751691afb2839c10425 Mon Sep 17 00:00:00 2001 From: Thilo Graf Date: Sun, 4 May 2014 20:28:37 +0200 Subject: [PATCH] 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. --- src/gui/opkg_manager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/opkg_manager.cpp b/src/gui/opkg_manager.cpp index 3a6067ed5..c2d7c924a 100644 --- a/src/gui/opkg_manager.cpp +++ b/src/gui/opkg_manager.cpp @@ -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;