Ignore:
Timestamp:
Oct 25, 2008, 3:05:00 AM (15 years ago)
Author:
Sam Hocevar
Message:

ThePimp?: use spinbuttons instead of text areas for image dimensions.
ThePimp?: "Esc" now exits the about box.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpipi/trunk/ThePimp/gtk-gui/ThePimp.AboutWindow.cs

    r2885 r3098  
    3333            this.Icon = Stetic.IconLoader.LoadIcon(this, "gtk-about", Gtk.IconSize.Menu, 16);
    3434            this.TypeHint = ((Gdk.WindowTypeHint)(1));
    35             this.WindowPosition = ((Gtk.WindowPosition)(4));
     35            this.WindowPosition = ((Gtk.WindowPosition)(3));
    3636            this.Modal = true;
    3737            this.DefaultWidth = 450;
    3838            this.DefaultHeight = 300;
     39            this.Gravity = ((Gdk.Gravity)(5));
    3940            // Container child ThePimp.AboutWindow.Gtk.Container+ContainerChild
    4041            this.vbox2 = new Gtk.VBox();
Note: See TracChangeset for help on using the changeset viewer.