diff options
author | nirav <nirav@teisuu.com> | 2018-10-14 18:30:40 +0530 |
---|---|---|
committer | Dandelion <nirav@teisuu.com> | 2018-10-14 18:30:40 +0530 |
commit | a7488f38fef1960086af860063f1958fb75d58f3 (patch) | |
tree | f2308d105bdbd5de1a178429c7e2d2b002a8339a /data | |
parent | fde5cb29f95f51ed075c34f5eebdccb81fa2f0e4 (diff) | |
download | im-a7488f38fef1960086af860063f1958fb75d58f3.tar.gz im-a7488f38fef1960086af860063f1958fb75d58f3.zip |
Added info panel to show current file name, resolution and list index
Diffstat (limited to 'data')
-rw-r--r-- | data/qwe.css | 9 | ||||
-rw-r--r-- | data/qwe.gresources.xml | 6 |
2 files changed, 15 insertions, 0 deletions
diff --git a/data/qwe.css b/data/qwe.css new file mode 100644 index 0000000..375165e --- /dev/null +++ b/data/qwe.css @@ -0,0 +1,9 @@ +#info-panel { + background-color: #000000; + color: #ffffff; + padding: 0px 4px; +} + +#main-window { + background-color: #444444; +} diff --git a/data/qwe.gresources.xml b/data/qwe.gresources.xml new file mode 100644 index 0000000..336977a --- /dev/null +++ b/data/qwe.gresources.xml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<gresources> + <gresource prefix="/org/gtk/qwe"> + <file alias="qwe.css">data/qwe.css</file> + </gresource> +</gresources> |