[GRASS-SVN] r40895 - grass/branches/develbranch_6/vector/v.digit
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue Feb 9 09:36:19 EST 2010
Author: hamish
Date: 2010-02-09 09:36:19 -0500 (Tue, 09 Feb 2010)
New Revision: 40895
Modified:
grass/branches/develbranch_6/vector/v.digit/form.tcl
Log:
darken the submit text so you can read it
Modified: grass/branches/develbranch_6/vector/v.digit/form.tcl
===================================================================
--- grass/branches/develbranch_6/vector/v.digit/form.tcl 2010-02-09 14:04:07 UTC (rev 40894)
+++ grass/branches/develbranch_6/vector/v.digit/form.tcl 2010-02-09 14:36:19 UTC (rev 40895)
@@ -11,7 +11,7 @@
destroy $formf($formid).sbw
destroy $formf($formid).sbt
- if { $submit_result == 1 } { set color "green" } else { set color "red" }
+ if { $submit_result == 1 } { set color "#048822" } else { set color "red" }
set sbw [ScrolledWindow $formf($formid).sbw -relief sunken -borderwidth 2]
set sbt [text $formf($formid).sbt -height 3 -width 20 -foreground $color ]
pack $sbw $sbt -fill x
More information about the grass-commit
mailing list