tazpkg rev 102

tazpkgbox: Fix window size with config tab
author Christophe Lincoln <pankso@slitaz.org>
date Wed Jun 11 18:09:31 2008 +0200 (2008-06-11)
parents 37357de247a3
children e413bc622292
files tazpkgbox
line diff
     1.1 --- a/tazpkgbox	Thu May 22 20:27:56 2008 +0000
     1.2 +++ b/tazpkgbox	Wed Jun 11 18:09:31 2008 +0200
     1.3 @@ -89,7 +89,7 @@
     1.4  
     1.5  	<vbox>
     1.6  		<tree>
     1.7 -			<width>580</width><height>240</height>
     1.8 +			<width>620</width><height>240</height>
     1.9  			<variable>PKG</variable>
    1.10  			<label>Package name|Version|Description</label>
    1.11  			<input>/usr/lib/slitaz/tazpkgbox/list installed</input>
    1.12 @@ -139,7 +139,7 @@
    1.13  
    1.14  	<vbox>
    1.15  		<tree>
    1.16 -			<width>580</width><height>240</height>
    1.17 +			<width>620</width><height>240</height>
    1.18  			<variable>GET</variable>
    1.19  			<label>Package name|Version|Description</label>
    1.20  			<input>/usr/lib/slitaz/tazpkgbox/list mirrored</input>
    1.21 @@ -185,7 +185,7 @@
    1.22  
    1.23  	<vbox>
    1.24  		<tree icon="tazpkg">
    1.25 -			<width>580</width><height>120</height>
    1.26 +			<width>620</width><height>120</height>
    1.27  			<variable>RESULT_INSTALLED</variable>
    1.28  			<label>Installed packages|Version|Description / File</label>
    1.29  			<input>cat /tmp/tazpkgbox/search-installed</input>
    1.30 @@ -198,7 +198,7 @@
    1.31  			<action>refresh:CACHE_STATS</action>
    1.32  		</tree>
    1.33  		<tree icon="tazpkg">
    1.34 -			<width>580</width><height>120</height>
    1.35 +			<width>620</width><height>120</height>
    1.36  			<variable>RESULT_MIRROR</variable>
    1.37  			<label>Mirrored packages|Version|Description / File</label>
    1.38  			<input>cat /tmp/tazpkgbox/search-mirrored</input>
    1.39 @@ -273,13 +273,15 @@
    1.40  				</button>
    1.41  			</hbox>
    1.42  		</frame>
    1.43 -		<frame Files path>
    1.44 +		<frame Files path and packages check>
    1.45  			<hbox>
    1.46  				<text use-markup="true" width-chars="60">
    1.47  					<label>
    1.48  "Lists, mirror URL and installed packages: <b>/var/lib/tazpkg</b>"
    1.49  					</label>
    1.50  				</text>
    1.51 +			</hbox>
    1.52 +			<hbox>
    1.53  				<button>
    1.54  					<label>Quick check</label>
    1.55  					<input file icon="go-next"></input>