diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2015-11-09 22:39:29 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2015-11-09 22:39:29 +0100 |
commit | 3e9a70b347ca31f1779f13c092fe271d8bde2e98 (patch) | |
tree | b8ec0db6c6bea971228ca1fa3ec90edb939a4252 /inst | |
parent | 0ef7438e475da5246f6f5fb282670ed2679cbc35 (diff) |
Further reduce the size of the dataset upload for Windows firefox
Diffstat (limited to 'inst')
-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
|