minor gui-fixes

This commit is contained in:
Joachim Schöberl 2016-03-24 17:36:04 +01:00
parent 2beed0a4e9
commit ce561d56af
2 changed files with 2 additions and 2 deletions

View File

@ -1602,7 +1602,7 @@ proc clippingdialog { } {
-validatecommand "my_validatespinbox %W %P 0" \
-invalidcommand "my_invalidspinbox %W"
ttk::label $w.donotclipdomainlabel -text "Clip only domain"
ttk::label $w.donotclipdomainlabel -text "Do not clip domain"
ttk::spinbox $w.donotclipdomainspinb -from 0 -to 500 -increment 1 -width 3 \
-textvariable viewoptions.clipping.notdomain -validate focus \
-command "clipplanecommand" \