summaryrefslogtreecommitdiffstats
path: root/demos/firefox.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'demos/firefox.tcl')
-rw-r--r--demos/firefox.tcl6
1 files changed, 3 insertions, 3 deletions
diff --git a/demos/firefox.tcl b/demos/firefox.tcl
index e23783d..0b98125 100644
--- a/demos/firefox.tcl
+++ b/demos/firefox.tcl
@@ -1,4 +1,4 @@
-# RCS: @(#) $Id: firefox.tcl,v 1.19 2006/12/04 00:16:02 treectrl Exp $
+# RCS: @(#) $Id: firefox.tcl,v 1.20 2006/12/07 03:53:05 treectrl Exp $
proc DemoFirefoxPrivacy {} {
@@ -67,7 +67,7 @@ if {$::clip} {
if {$::clip} { $T element configure eWindow -clip yes }
$T element create eText1 text -font [list DemoFontBold]
$T element create eRectTop rect -outline black -fill #FFFFCC \
- -draw {yes open no {}} -outlinewidth 1 -open s
+ -outlinewidth 1 -open s
$T element create eRectBottom rect -outline black -fill #FFFFCC \
-outlinewidth 1 -open n
@@ -81,7 +81,7 @@ if {$::clip} { $T element configure eWindow -clip yes }
set S [$T style create styCategory -orient horizontal]
$T style elements $S {eRectTop eText1 eWindow}
- $T style layout $S eRectTop -detach yes -indent no -iexpand xy
+ $T style layout $S eRectTop -detach yes -indent no -iexpand xy -draw {yes open no {}}
# note: using -iexpand x so clicking in the text works better
$T style layout $S eText1 -expand ns -iexpand x -sticky w
$T style layout $S eWindow -expand ns -padx 10 -pady 6