Add in a capacity widget and set up the callbacks to update it.
This commit is contained in:
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user