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" \

View File

@ -942,7 +942,7 @@ ttk::frame .statbar -relief flat
# -bd 2
pack .statbar -side bottom -fill x
ttk::label .statbar.ptslabel -text "Points: "
ttk::label .statbar.ptslabel -text " Points: "
ttk::label .statbar.ptsval -textvariable status_np
ttk::label .statbar.elslabel -text " Elements: "
ttk::label .statbar.elsval -textvariable status_ne