Changeset 2875 for libpipi/trunk/ThePimp/gtk-gui/ThePimp.OpenFile.cs
- Timestamp:
- Oct 5, 2008, 11:05:02 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libpipi/trunk/ThePimp/gtk-gui/ThePimp.OpenFile.cs
r2869 r2875 25 25 this.Name = "ThePimp.OpenFile"; 26 26 this.Title = Mono.Unix.Catalog.GetString("Open File"); 27 this.Icon = Stetic.IconLoader.LoadIcon(this, " gtk-open", Gtk.IconSize.Menu, 16);27 this.Icon = Stetic.IconLoader.LoadIcon(this, "stock_open", Gtk.IconSize.Menu, 16); 28 28 this.TypeHint = ((Gdk.WindowTypeHint)(1)); 29 29 this.WindowPosition = ((Gtk.WindowPosition)(4)); … … 74 74 this.Child.ShowAll(); 75 75 } 76 this.DefaultWidth = 6 27;77 this.DefaultHeight = 4 48;76 this.DefaultWidth = 640; 77 this.DefaultHeight = 480; 78 78 this.Show(); 79 79 }
Note: See TracChangeset
for help on using the changeset viewer.