From d9d734a417b2eec323f935e7066e5f6e23be9ff1 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Mon, 9 Nov 2015 17:15:57 +0100 Subject: Reduce font size and width in summary to fit the space --- inst/GUI/gmkin.R | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/inst/GUI/gmkin.R b/inst/GUI/gmkin.R index e133c99..db16e38 100644 --- a/inst/GUI/gmkin.R +++ b/inst/GUI/gmkin.R @@ -39,7 +39,7 @@ if (exists("win.metafile", "package:grDevices", inherits = FALSE)) { } plot_format <- plot_formats[[1]] # Options {{{2 -options(width = 80) # For summary +options(width = 75) # For summary # Set the GUI title and create the basic widget layout {{{1 # Three panel layout {{{2 window_title <- paste0("gmkin ", packageVersion("gmkin"), @@ -322,7 +322,14 @@ update_f_results <- function() { # {{{3 height = 150) size(r.frames.distimes.gt) <- list(columnWidths = c(60, rep(45, ncol(stmp$distimes)))) svalue(f.gg.summary.filename) <- paste(ftmp$ds$title, "_", ftmp$mkinmod$name, ".txt", sep = "") - svalue(f.gg.summary.listing) <- c("
", capture.output(summary(ftmp)), "
") + svalue(f.gg.summary.listing) <- c(" +
+
 ", capture.output(summary(ftmp)), "
") ds.e.gdf[,] <- ftmp$ds$data svalue(center) <- 5 } -- cgit v1.2.1