From: miljenko Date: Mon, 5 Dec 2005 09:33:01 +0000 (+0000) Subject: Removed explicit font declaration for status bar X-Git-Url: https://git.entuzijast.net/?a=commitdiff_plain;h=45fee8c2c9814320908a6a451d4cb18ace3b2458;p=imunes.git Removed explicit font declaration for status bar Added menu entry for "Remote hosts configuration". Bug found by: Submitted by: Requested by: Reviewed by: Approved by: Obtained from: --- diff --git a/initgui.tcl b/initgui.tcl index dee9b1b..a2eaaae 100755 --- a/initgui.tcl +++ b/initgui.tcl @@ -340,6 +340,9 @@ menu .menubar.experiment -tearoff 0 -command "setOperMode exec" .menubar.experiment add command -label "Terminate" -underline 0 \ -command "setOperMode edit" -state disabled +.menubar.experiment add separator +.menubar.experiment add command -label "Configure remote hosts" -underline 0 \ + -command "configRemoteHosts" # @@ -429,10 +432,10 @@ grid .hframe -in .grid -row 1 -column 0 \ frame .bottom pack .bottom -side bottom -fill x -label .bottom.textbox -relief sunken -bd 1 -font helvetica -anchor w -width 999 -label .bottom.cpu_load -relief sunken -bd 1 -font helvetica -anchor w -width 9 -label .bottom.mbuf -relief sunken -bd 1 -font helvetica -anchor w -width 15 -label .bottom.oper_mode -relief sunken -bd 1 -font helvetica -anchor w -width 9 +label .bottom.textbox -relief sunken -bd 1 -anchor w -width 999 +label .bottom.cpu_load -relief sunken -bd 1 -anchor w -width 9 +label .bottom.mbuf -relief sunken -bd 1 -anchor w -width 15 +label .bottom.oper_mode -relief sunken -bd 1 -anchor w -width 9 pack .bottom.oper_mode .bottom.mbuf .bottom.cpu_load .bottom.textbox \ -side right -padx 0 -fill both