theme, silent warnings about missing image

This commit is contained in:
Davide Andreoli 2021-04-25 07:19:34 +02:00
parent 69b258794a
commit 0847d1ebcf
1 changed files with 6 additions and 0 deletions

View File

@ -379,6 +379,7 @@ collections
mouse_events: 0;
clip_to: "icon_clip";
description { state: "default" 0.0;
visible: 0;
rel1.to: "icon";
rel2.relative: 0.5 0.5;
rel2.to: "icon";
@ -386,26 +387,31 @@ collections
}
description { state: "ext3" 0.0;
inherit: "default" 0.0;
visible: 1;
image.normal: "tag_ext3.png";
color: 255 255 255 240;
}
description { state: "fat" 0.0;
inherit: "default" 0.0;
visible: 1;
image.normal: "tag_fat.png";
color: 255 255 255 240;
}
description { state: "hfs" 0.0;
inherit: "default" 0.0;
visible: 1;
image.normal: "tag_hfs.png";
color: 255 255 255 240;
}
description { state: "ufs" 0.0;
inherit: "default" 0.0;
visible: 1;
image.normal: "tag_ufs.png";
color: 255 255 255 240;
}
description { state: "dvd" 0.0;
inherit: "default" 0.0;
visible: 1;
image.normal: "tag_dvd.png";
rel1.relative: 0.0 0.0;
rel2.relative: 1.0 0.5;