File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -36,10 +36,6 @@ proc ::cv_dashboard::createWindow {} {
3636 grid [ttk::button $w .reset -text " ⚠ Reset ⚠" -command ::cv_dashboard::reset -padding " 2 0 2 0" ] \
3737 -row $gridrow -column 2 -pady 2 -padx 2 -sticky nsew
3838
39- incr gridrow
40- grid [ttk::button $w .save_traj -text " Save traj file" -command ::cv_dashboard::save_traj_dialog -padding " 2 0 2 0" ] \
41- -row $gridrow -column 0 -pady 2 -padx 2 -sticky nsew
42-
4339 # Table of colvars
4440 ttk::treeview $w .cvtable -selectmode extended -show {headings tree} -height 8
4541 $w .cvtable configure -column val
@@ -104,7 +100,10 @@ proc ::cv_dashboard::createWindow {} {
104100 grid [ttk::button $main .del -text " Delete" -command ::cv_dashboard::del_cv -padding " 2 0 2 0" ] \
105101 -row $gridrow -column 2 -pady 2 -padx 2 -sticky nsew
106102 incr gridrow
107- grid [ttk::button $main .refresh -text " Refresh list \[ F5\] " -command ::cv_dashboard::refresh_table -padding " 2 0 2 0" ] -row $gridrow -column 0 -columnspan 3 -pady 2 -padx 2 -sticky nsew
103+ grid [ttk::button $main .refresh -text " Refresh list \[ F5\] " -command ::cv_dashboard::refresh_table -padding " 2 0 2 0" ] \
104+ -row $gridrow -column 0 -columnspan 2 -pady 2 -padx 2 -sticky nsew
105+ grid [ttk::button $main .save_traj -text " Save traj file" -command ::cv_dashboard::save_traj_dialog -padding " 2 0 2 0" ] \
106+ -row $gridrow -column 2 -pady 2 -padx 2 -sticky nsew
108107
109108 # Plots
110109 incr gridrow
You can’t perform that action at this time.
0 commit comments