~aroman/granite/entries-redux

« back to all changes in this revision

Viewing changes to lib/Widgets/Welcome.vala

  • Committer: xapantu
  • Date: 2012-01-14 09:29:12 UTC
  • Revision ID: xapantu@gmail.com-20120114092912-nnub8alu6jkeywyr
Use the proper class name for the welcome screen

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
 
43
43
        // Set theming
44
44
        this.get_style_context().add_class ("GraniteWelcomeScreen");
 
45
        this.get_style_context().add_class ("WelcomeScreen");
45
46
 
46
47
        // Box properties
47
48
        content.homogeneous = false;