Package: rcconf
Version: 2.5
Severity: wishlist
Tags: patch
There is wasted space which is very frustrating unless one owns a large
screen. The following helps as much as I can.
--- /usr/sbin/rcconf 2009-11-17 09:48:13.000000000 +0800
+++ rcconf/rcconf 2009-11-19 02:45:30.000000000 +0800
@@ -397,7 +397,9 @@
# some console may return 0 such as serial console, ignore in this case
$BOX_WIDTH = $width - 10;
$BOX_HEIGHT = $height - 4;
- $BOX_LIST_HEIGHT = $BOX_HEIGHT - 10;
+ $BOX_LIST_HEIGHT = $BOX_HEIGHT - 6;
+ # >6: wasted space; 5: not centered; 4: scrollbar disappears;
+ # <4: whole window distorted.
}
}
}
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]