[GRASS-SVN] r40896 - grass/branches/releasebranch_6_4/vector/v.digit
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue Feb 9 09:37:49 EST 2010
Author: hamish
Date: 2010-02-09 09:37:48 -0500 (Tue, 09 Feb 2010)
New Revision: 40896
Modified:
grass/branches/releasebranch_6_4/vector/v.digit/form.tcl
Log:
darken the submit text so you can read it (merge from devbr6)
Modified: grass/branches/releasebranch_6_4/vector/v.digit/form.tcl
===================================================================
--- grass/branches/releasebranch_6_4/vector/v.digit/form.tcl 2010-02-09 14:36:19 UTC (rev 40895)
+++ grass/branches/releasebranch_6_4/vector/v.digit/form.tcl 2010-02-09 14:37:48 UTC (rev 40896)
@@ -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