Add the panel defintion.
This commit is contained in:
parent
f801db8050
commit
e7839ba088
1 changed files with 31 additions and 0 deletions
31
data/gui/default/widget/panel_default.cfg
Normal file
31
data/gui/default/widget/panel_default.cfg
Normal file
|
@ -0,0 +1,31 @@
|
|||
###
|
||||
### Default definition of a panel.
|
||||
###
|
||||
|
||||
[panel_definition]
|
||||
|
||||
id = "default"
|
||||
description = "The default panel, we basically are an 'invisible' grid at the moment."
|
||||
|
||||
[resolution]
|
||||
|
||||
[background]
|
||||
|
||||
[draw]
|
||||
|
||||
[/draw]
|
||||
|
||||
[/background]
|
||||
|
||||
[foreground]
|
||||
|
||||
[draw]
|
||||
|
||||
[/draw]
|
||||
|
||||
[/foreground]
|
||||
|
||||
[/resolution]
|
||||
|
||||
[/panel_definition]
|
||||
|
Loading…
Add table
Reference in a new issue