From ce561d56af8d1dfc3b4195775bbbf0ddcf97ade3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joachim=20Sch=C3=B6berl?= Date: Thu, 24 Mar 2016 17:36:04 +0100 Subject: [PATCH] minor gui-fixes --- ng/dialog.tcl | 2 +- ng/menustat.tcl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ng/dialog.tcl b/ng/dialog.tcl index 4e9fc913..8a7be16e 100644 --- a/ng/dialog.tcl +++ b/ng/dialog.tcl @@ -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" \ diff --git a/ng/menustat.tcl b/ng/menustat.tcl index 4c5a8dd5..b51cf1db 100644 --- a/ng/menustat.tcl +++ b/ng/menustat.tcl @@ -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