Aargh forgot one more file.
This commit is contained in:
parent
18bf6fc2b0
commit
413402e4bc
1 changed files with 35 additions and 0 deletions
35
data/gui/default/widget/image_default.cfg
Normal file
35
data/gui/default/widget/image_default.cfg
Normal file
|
@ -0,0 +1,35 @@
|
|||
###
|
||||
### Definition of an image.
|
||||
###
|
||||
|
||||
[image_definition]
|
||||
id = "default"
|
||||
description = "an image."
|
||||
|
||||
[resolution]
|
||||
|
||||
min_width = 0
|
||||
min_height = 0
|
||||
|
||||
default_width = 0
|
||||
default_height = 0
|
||||
|
||||
max_width = 0
|
||||
max_height = 0
|
||||
|
||||
[state_enabled]
|
||||
|
||||
[draw]
|
||||
|
||||
[image]
|
||||
name = "(text)"
|
||||
[/image]
|
||||
|
||||
[/draw]
|
||||
|
||||
[/state_enabled]
|
||||
|
||||
[/resolution]
|
||||
|
||||
[/image_definition]
|
||||
|
Loading…
Add table
Reference in a new issue