]> git.entuzijast.net Git - imunes.git/commitdiff
Removed explicit font declaration for status bar
authormiljenko <miljenko>
Mon, 5 Dec 2005 09:33:01 +0000 (09:33 +0000)
committermiljenko <miljenko>
Mon, 5 Dec 2005 09:33:01 +0000 (09:33 +0000)
Added menu entry for "Remote hosts configuration".

Bug found by:
Submitted by:
Requested by:
Reviewed by:
Approved by:
Obtained from:

initgui.tcl

index dee9b1bfe35b2648f84d0019c9854c0092cf1410..a2eaaae83ff47001746df5045cc0a9775dd66767 100755 (executable)
@@ -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