~and471/+junk/do-with-docky

« back to all changes in this revision

Viewing changes to Do/gtk-gui/Do.UI.DoAddinInstallerDialog.cs

  • Committer: rugby471 at gmail
  • Date: 2010-10-15 16:08:38 UTC
  • Revision ID: rugby471@gmail.com-20101015160838-z9m3utbf7bxzb5ty
reverted to before docky removal

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
            // Widget Do.UI.DoAddinInstallerDialog
35
35
            this.Name = "Do.UI.DoAddinInstallerDialog";
36
36
            this.WindowPosition = ((Gtk.WindowPosition)(4));
 
37
            this.HasSeparator = false;
37
38
            // Internal child Do.UI.DoAddinInstallerDialog.VBox
38
39
            Gtk.VBox w1 = this.VBox;
39
40
            w1.Name = "dialog1_VBox";
116
117
            this.button_ok.UseUnderline = true;
117
118
            // Container child button_ok.Gtk.Container+ContainerChild
118
119
            Gtk.Alignment w10 = new Gtk.Alignment(0.5F, 0.5F, 0F, 0F);
119
 
            // Container child GtkAlignment.Gtk.Container+ContainerChild
 
120
            // Container child GtkAlignment1.Gtk.Container+ContainerChild
120
121
            Gtk.HBox w11 = new Gtk.HBox();
121
122
            w11.Spacing = 2;
122
 
            // Container child GtkHBox.Gtk.Container+ContainerChild
 
123
            // Container child GtkHBox1.Gtk.Container+ContainerChild
123
124
            Gtk.Image w12 = new Gtk.Image();
124
 
            w12.Pixbuf = Stetic.IconLoader.LoadIcon(this, "gtk-ok", Gtk.IconSize.Button, 16);
 
125
            w12.Pixbuf = Stetic.IconLoader.LoadIcon(this, "gtk-ok", Gtk.IconSize.Button, 20);
125
126
            w11.Add(w12);
126
 
            // Container child GtkHBox.Gtk.Container+ContainerChild
 
127
            // Container child GtkHBox1.Gtk.Container+ContainerChild
127
128
            Gtk.Label w14 = new Gtk.Label();
128
129
            w14.LabelProp = Mono.Unix.Catalog.GetString("_Install Updates");
129
130
            w14.UseUnderline = true;