~and471/+junk/do-with-docky

« back to all changes in this revision

Viewing changes to Do.Platform.Linux/gtk-gui/Do.Platform.Linux.PluginAvailableDialog.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:
46
46
            this.Icon = Stetic.IconLoader.LoadIcon(this, "distributor-logo", Gtk.IconSize.Menu, 16);
47
47
            this.WindowPosition = ((Gtk.WindowPosition)(4));
48
48
            this.BorderWidth = ((uint)(5));
 
49
            this.HasSeparator = false;
49
50
            // Internal child Do.Platform.Linux.PluginAvailableDialog.VBox
50
51
            Gtk.VBox w1 = this.VBox;
51
52
            w1.Name = "dialog1_VBox";
160
161
            this.install_btn.UseUnderline = true;
161
162
            // Container child install_btn.Gtk.Container+ContainerChild
162
163
            Gtk.Alignment w15 = new Gtk.Alignment(0.5F, 0.5F, 0F, 0F);
163
 
            // Container child GtkAlignment.Gtk.Container+ContainerChild
 
164
            // Container child GtkAlignment1.Gtk.Container+ContainerChild
164
165
            Gtk.HBox w16 = new Gtk.HBox();
165
166
            w16.Spacing = 2;
166
 
            // Container child GtkHBox.Gtk.Container+ContainerChild
 
167
            // Container child GtkHBox1.Gtk.Container+ContainerChild
167
168
            Gtk.Image w17 = new Gtk.Image();
168
 
            w17.Pixbuf = Stetic.IconLoader.LoadIcon(this, "gtk-ok", Gtk.IconSize.Button, 16);
 
169
            w17.Pixbuf = Stetic.IconLoader.LoadIcon(this, "gtk-ok", Gtk.IconSize.Button, 20);
169
170
            w16.Add(w17);
170
 
            // Container child GtkHBox.Gtk.Container+ContainerChild
 
171
            // Container child GtkHBox1.Gtk.Container+ContainerChild
171
172
            Gtk.Label w19 = new Gtk.Label();
172
173
            w19.LabelProp = Mono.Unix.Catalog.GetString("_Install");
173
174
            w19.UseUnderline = true;