~niels-avonds/granite/timepicker

« back to all changes in this revision

Viewing changes to lib/Widgets/Welcome.vala

  • Committer: Victor Eduardo
  • Date: 2012-03-18 23:07:11 UTC
  • Revision ID: victoreduardm@gmail.com-20120318230711-kwikp7nnaqartf0u
Add Granite.STYLE_CLASS_CONTENT_VIEW ("content-view") and use it in Welcome and PopOver widgets

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
        // Box properties
41
41
        content.homogeneous = false;
42
42
 
 
43
        // Add content-view styling
 
44
        get_style_context().add_class (Granite.STYLE_CLASS_CONTENT_VIEW);
 
45
 
43
46
        // Top spacer
44
47
        content.pack_start (new Gtk.Box (Gtk.Orientation.HORIZONTAL, 0), true, true, 0);
45
48