From a7488f38fef1960086af860063f1958fb75d58f3 Mon Sep 17 00:00:00 2001 From: nirav Date: Sun, 14 Oct 2018 18:30:40 +0530 Subject: Added info panel to show current file name, resolution and list index --- data/qwe.css | 9 +++++++++ data/qwe.gresources.xml | 6 ++++++ 2 files changed, 15 insertions(+) create mode 100644 data/qwe.css create mode 100644 data/qwe.gresources.xml (limited to 'data') 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 @@ + + + + data/qwe.css + + -- cgit v1.2.3