mirror of
https://github.com/NGSolve/netgen.git
synced 2024-12-24 21:10:33 +05:00
minor gui-fixes
This commit is contained in:
parent
2beed0a4e9
commit
ce561d56af
@ -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" \
|
||||
|
Loading…
Reference in New Issue
Block a user