~sschuhmann/scratch/gtk-stack

« back to all changes in this revision

Viewing changes to src/Services/Settings.vala

  • Committer: Steffen Schuhmann
  • Date: 2014-04-14 20:05:11 UTC
  • mfrom: (1253.2.29 scratch)
  • Revision ID: schuhmannsteffen+bazaar@mailbox.org-20140414200511-w5ofz70pm1dvu8pu
Merged upstream to resolve mergingconflicts

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
        public int window_width { get; set; }
33
33
        public int window_height { get; set; }
34
34
        public ScratchWindowState window_state { get; set; }
35
 
 
 
35
        public int window_x { get; set; }
 
36
        public int window_y { get; set; }
 
37
        
 
38
        public int hp1_size { get; set; }
 
39
        public int hp2_size { get; set; }
 
40
        public int vp_size { get; set; }
 
41
        
36
42
        public SavedState () {
37
43
            base ("org.pantheon.scratch.saved-state");
38
44
        }
77
83
 
78
84
    }
79
85
 
80
 
}
 
86
}
 
 
b'\\ No newline at end of file'