File tree 1 file changed +4
-5
lines changed
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 {} {
36
36
grid [ttk::button $w .reset -text " ⚠ Reset ⚠" -command ::cv_dashboard::reset -padding " 2 0 2 0" ] \
37
37
-row $gridrow -column 2 -pady 2 -padx 2 -sticky nsew
38
38
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
-
43
39
# Table of colvars
44
40
ttk::treeview $w .cvtable -selectmode extended -show {headings tree} -height 8
45
41
$w .cvtable configure -column val
@@ -104,7 +100,10 @@ proc ::cv_dashboard::createWindow {} {
104
100
grid [ttk::button $main .del -text " Delete" -command ::cv_dashboard::del_cv -padding " 2 0 2 0" ] \
105
101
-row $gridrow -column 2 -pady 2 -padx 2 -sticky nsew
106
102
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
108
107
109
108
# Plots
110
109
incr gridrow
You can’t perform that action at this time.
0 commit comments