~gala-dev/gala/expose-natural

« back to all changes in this revision

Viewing changes to src/Widgets/WorkspaceThumb.vala

  • Committer: Tom Beckmann
  • Date: 2012-08-26 21:20:57 UTC
  • Revision ID: tombeckmann@online.de-20120826212057-b70zii0pajjms4ar
Simplify area calculation

Show diffs side-by-side

added added

removed removed

Lines of Context:
94
94
                        
95
95
                        close_button = new GtkClutter.Texture ();
96
96
                        try {
97
 
                                close_button.set_from_pixbuf (Granite.Widgets.get_close_pixbuf ());
 
97
                                close_button.set_from_pixbuf (Granite.Widgets.Utils.get_close_pixbuf ());
98
98
                        } catch (Error e) { warning (e.message); }
99
99
                        close_button.x = -12.0f;
100
100
                        close_button.y = -10.0f;