Add in a capacity widget and set up the callbacks to update it.

This commit is contained in:
Jaime Thomas
2008-12-24 22:59:59 +00:00
parent 883498c9b1
commit 45ad964b15
17 changed files with 288 additions and 4 deletions

View File

@ -1,7 +1,7 @@
/* vim: set sw=3 ts=3 sts=3 expandtab: */
group {
name: "ecdb/window";
min: 640 360;
min: 640 390;
parts {
part {
@ -10,7 +10,7 @@ group {
description {
state: "default" 0.0;
min: 640 360;
min: 640 390;
max: 999999 999999;
rel1 {
@ -62,7 +62,7 @@ group {
rel2 {
relative: 1.0 1.0;
offset: 0 -175;
offset: 0 -230;
}
}
}