~benwaffle/appcenter/buttons

« back to all changes in this revision

Viewing changes to src/Widgets/PackageRow.vala

  • Committer: ben
  • Date: 2016-06-26 23:12:03 UTC
  • Revision ID: iofelben@gmail.com-20160626231203-ngxn8thili7gdq7f
make cancel button look better

Show diffs side-by-side

added added

removed removed

Lines of Context:
127
127
        progress_grid.margin_end = 6;
128
128
        progress_grid.valign = Gtk.Align.CENTER;
129
129
        progress_grid.row_spacing = 6;
 
130
        progress_grid.column_spacing = 6;
130
131
        progress_grid.attach (progress_label, 0, 0, 1, 1);
131
132
        progress_grid.attach (progress_bar, 0, 1, 1, 1);
132
133
        progress_grid.attach (cancel_button, 1, 0, 1, 2);