About update
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user