(svn r25295) -Feature: Allow saving window sizes as default sizes.

This commit is contained in:
frosch
2013-05-26 19:30:31 +00:00
parent 13badddd75
commit 4518e16da7
3 changed files with 39 additions and 13 deletions

View File

@@ -36,6 +36,20 @@ cat = SC_ADVANCED
var = pref_sticky
def = false
[SDT_VAR]
var = pref_width
type = SLE_INT16
def = 0
min = 0
max = 32000
[SDT_VAR]
var = pref_height
type = SLE_INT16
def = 0
min = 0
max = 32000
[SDT_END]
};