From 3e9a70b347ca31f1779f13c092fe271d8bde2e98 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Mon, 9 Nov 2015 22:39:29 +0100 Subject: Further reduce the size of the dataset upload for Windows firefox --- inst/GUI/gmkin.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1