~tintou/audience/clutter-gst-3

« back to all changes in this revision

Viewing changes to src/Window.vala

  • Committer: Corentin Noël
  • Date: 2016-01-02 23:38:51 UTC
  • Revision ID: corentin@elementary.io-20160102233851-n9ak1kbf58vauv4l
Add decent default size.

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
    construct {
37
37
        window_position = Gtk.WindowPosition.CENTER;
38
38
        gravity = Gdk.Gravity.CENTER;
 
39
        set_default_geometry (1000, 680);
39
40
 
40
41
        header = new Gtk.HeaderBar ();
41
42
        header.set_show_close_button (true);