Sophie

Sophie

distrib > Mandriva > 2008.0 > x86_64 > by-pkgid > 994c49a0619533b97528793e2dcc73fb > files > 2

ion-20040729-4mdk.x86_64.rpm

-- dock-draw.lua drawing engine configuration file for ion-devel-dock
-- $Header: /home/twp/cvsroot/twp/ion/ion-devel-dock/dock-draw.lua,v 1.2 2003/12/21 11:59:48 twp Exp $

de_define_style("dock", {
    
    -- The following are the usual ion drawing configuration commands
    based_on = "*",
    
    -- outline_style controls where the border is drawn:
    -- "none" no border is drawn
    -- "all"  a single border is drawn around the dock
    -- "each" a border is drawn around each dockapp
    outline_style = "all",
    
    -- tile_size controls the minimum tile size
    tile_size = { width = 64, height = 64 },

})