About update

This commit is contained in:
Latif Khalifa
2015-07-24 21:15:39 +02:00
parent 807c1608dd
commit 9dadf65455
3 changed files with 93 additions and 2 deletions

View File

@@ -5,9 +5,13 @@ namespace GridProxyGUI
public partial class About
{
private global::Gtk.HBox hbox1;
private global::Gtk.Image image3;
private global::Gtk.ScrolledWindow GtkScrolledWindow;
private global::Gtk.TextView textview1;
private global::Gtk.Button buttonOk;
protected virtual void Build ()
@@ -48,7 +52,7 @@ namespace GridProxyGUI
this.textview1 = new global::Gtk.TextView ();
this.textview1.Buffer.Text = "\nGrid Proxy GUI\nGtk# Interface for Grid Proxy\n\nBased on Win Grid Proxy by\nJim Rad" +
"ford <jradford@npl.com>\n\nWritten by\nLatif Khalifa <latifer@streamgrid.net>\n\nCopy" +
"right (c) 2015\nOpen Metaverse Foundation\n";
"right (c) 2013\nOpen Metaverse Foundation\n";
this.textview1.WidthRequest = 250;
this.textview1.CanFocus = true;
this.textview1.Name = "textview1";