From: marko Date: Tue, 25 Oct 2005 14:47:15 +0000 (+0000) Subject: Add a blank "icon" for better-looking cross-canvas links. X-Git-Url: https://git.entuzijast.net/?a=commitdiff_plain;h=913d323ee7304dee64254ab18e703cd42bc96930;p=imunes.git Add a blank "icon" for better-looking cross-canvas links. Bug found by: Submitted by: Requested by: Reviewed by: Approved by: Obtained from: --- diff --git a/icons/normal/blank.gif b/icons/normal/blank.gif new file mode 100755 index 0000000..a6657c0 Binary files /dev/null and b/icons/normal/blank.gif differ diff --git a/initgui.tcl b/initgui.tcl index a7bc072..16f9d52 100755 --- a/initgui.tcl +++ b/initgui.tcl @@ -268,7 +268,7 @@ foreach b {select link hub lanswitch router host pc rj45} { foreach b {router host pc hub lanswitch frswitch rj45} { set $b [image create photo -file $ROOTDIR/$LIBDIR/icons/normal/$b.gif] } -set pseudo [image create photo -file $ROOTDIR/$LIBDIR/icons/tiny/delete.gif] +set pseudo [image create photo -file $ROOTDIR/$LIBDIR/icons/normal/blank.gif] frame .grid