summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorjoye <joye>2014-06-16 18:43:17 (GMT)
committerjoye <joye>2014-06-16 18:43:17 (GMT)
commita0a3234d20f65afb3e1c409538365f130094532e (patch)
tree594650b5fe4b248f6d101bb9d9841fd1636175db /tests
parent271f5abb7cfcd54a8edfaeb16b61357ef9262ea0 (diff)
downloadblt-a0a3234d20f65afb3e1c409538365f130094532e.zip
blt-a0a3234d20f65afb3e1c409538365f130094532e.tar.gz
blt-a0a3234d20f65afb3e1c409538365f130094532e.tar.bz2
*** empty log message ***
Diffstat (limited to 'tests')
-rw-r--r--tests/axis.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/axis.tcl b/tests/axis.tcl
index dfa4a11..296adc7 100644
--- a/tests/axis.tcl
+++ b/tests/axis.tcl
@@ -4,7 +4,7 @@ set w .line
set graph [bltLineGraph $w]
$graph axis configure x -bd 2 -background cyan -title "X\nAxis" -limitsformat "%g"
-$graph axis configure y -bd 2 -background cyan
+$graph axis configure y -bd 2 -background cyan -title "Y\nAxis"
bltCmd $graph axis activate y
echo "Testing Axis..."