diff options
Diffstat (limited to 'inst/GUI')
-rw-r--r-- | inst/GUI/gmkin.R | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inst/GUI/gmkin.R b/inst/GUI/gmkin.R index 69b744f..75b86b3 100644 --- a/inst/GUI/gmkin.R +++ b/inst/GUI/gmkin.R @@ -538,7 +538,7 @@ p.line.import.mb <- gbutton("Import selected", cont = p.line.import.mf, }
)
# center: Dataset editor {{{1
-ds.editor <- gframe("", horizontal = FALSE, cont = center, width = 580,
+ds.editor <- gframe("", horizontal = FALSE, cont = center, width = 540,
label = "Dataset")
# Handler functions {{{2
# For top row buttons {{{3
|