From 53f4e6ccd74d217409ec38b506d7e7e4aeb7d738 Mon Sep 17 00:00:00 2001 From: Necoro <> Date: Fri, 18 Jan 2008 01:36:13 +0000 Subject: r643@Devoty: necoro | 2008-01-16 18:55:49 +0100 Fixed small bug in PackageTable.cb_package_revert_clicked r646@Devoty: necoro | 2008-01-18 00:12:30 +0100 Make tabpositions being configurable by the user r647@Devoty: necoro | 2008-01-18 01:38:19 +0100 Renamed 'shm' to '_shm' to not hide the global one r648@Devoty: necoro | 2008-01-18 01:38:29 +0100 Renamed 'shm' to '_shm' to not hide the global one r649@Devoty: necoro | 2008-01-18 02:34:43 +0100 Added update queues; general UI improvement --- etc/portato.cfg | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'etc') diff --git a/etc/portato.cfg b/etc/portato.cfg index 25b9f89..8870757 100644 --- a/etc/portato.cfg +++ b/etc/portato.cfg @@ -73,4 +73,13 @@ browserCmd = firefox ; sets the font of the console - string values consolefont = Monospace 11 +; sets the position of the tabs of the two notebooks +; allowed positions: +; - 1 : top +; - 2 : bottom +; - 3 : left +; - 4 : right +packagetabpos = 2 +systemtabpos = 2 + # vim:ts=4:sw=4:ft=cfg -- cgit v1.2.3