From 4e50f71067698635660e2ad36c469fbb7b21370f Mon Sep 17 00:00:00 2001 From: Charles Gagnon Date: Fri, 13 Sep 2019 11:40:01 -0400 Subject: [PATCH] Fix var module warning --- appIcons.js | 2 +- img/highlight_stacked_bg_left.svg | 7 +++++++ img/highlight_stacked_bg_right.svg | 7 +++++++ 3 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 img/highlight_stacked_bg_left.svg create mode 100644 img/highlight_stacked_bg_right.svg diff --git a/appIcons.js b/appIcons.js index 1ff3e0f..ddda78a 100644 --- a/appIcons.js +++ b/appIcons.js @@ -53,7 +53,7 @@ const _ = imports.gettext.domain(Utils.TRANSLATION_DOMAIN).gettext; let LABEL_GAP = 5; let MAX_INDICATORS = 4; -const DEFAULT_PADDING_SIZE = 4; +var DEFAULT_PADDING_SIZE = 4; let DOT_STYLE = { DOTS: "DOTS", diff --git a/img/highlight_stacked_bg_left.svg b/img/highlight_stacked_bg_left.svg new file mode 100644 index 0000000..894745f --- /dev/null +++ b/img/highlight_stacked_bg_left.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/img/highlight_stacked_bg_right.svg b/img/highlight_stacked_bg_right.svg new file mode 100644 index 0000000..47aa802 --- /dev/null +++ b/img/highlight_stacked_bg_right.svg @@ -0,0 +1,7 @@ + + + + + + +