diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2014-05-02 12:43:18 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2014-05-02 12:43:18 +0200 |
commit | 0a752823b8a6b33da16c3edc06b244612f39df5d (patch) | |
tree | e7a0f7dd06143bf11fb1cb7dff4634f7c2928453 /inst/GUI/gmkin.R | |
parent | 161ec8fb10e1b60a97d294bdd4f21ed2230c236d (diff) |
Improve formatting
Diffstat (limited to 'inst/GUI/gmkin.R')
-rw-r--r-- | inst/GUI/gmkin.R | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/inst/GUI/gmkin.R b/inst/GUI/gmkin.R index a8605deb..53765887 100644 --- a/inst/GUI/gmkin.R +++ b/inst/GUI/gmkin.R @@ -22,7 +22,8 @@ require(mkin) # {{{1
# Set the GUI title and create the basic widget layout {{{1
w <- gwindow("gmkin - Browser based GUI for kinetic evaluations using mkin")
-sb <- gstatusbar(paste("Powered by gWidgetsWWW2, ExtJS, Rook, FME, deSolve and minpack.lm --- Working directory is", getwd()), cont = w)
+sb <- gstatusbar(paste("Powered by gWidgetsWWW2, ExtJS, Rook, FME, deSolve",
+ "and minpack.lm --- Working directory is", getwd()), cont = w)
pg <- gpanedgroup(cont = w, default.size = 260)
center <- gnotebook(cont = pg)
left <- gvbox(cont = pg, use.scrollwindow = TRUE)
|