diff options
author | Michael Bohlender <michael.bohlender@kdemail.net> | 2017-07-27 12:27:55 +0200 |
---|---|---|
committer | Michael Bohlender <michael.bohlender@kdemail.net> | 2017-07-27 12:27:55 +0200 |
commit | 3a0de882ab0eaf4f16e69edf4d87e27d144de687 (patch) | |
tree | 09d1f8b61e81818f7021d584ef7cab8ea57af0e0 | |
parent | aa022984bf849c5b77e961318a9303935efed23d (diff) | |
download | kube-3a0de882ab0eaf4f16e69edf4d87e27d144de687.tar.gz kube-3a0de882ab0eaf4f16e69edf4d87e27d144de687.zip |
add checkbox icon
l--------- | icons/breeze/icons/actions/16/checkbox.svg | 1 | ||||
l--------- | icons/breeze/icons/actions/22/checkbox.svg | 1 | ||||
l--------- | icons/breeze/icons/actions/24/checkbox.svg | 1 | ||||
-rwxr-xr-x | icons/copybreeze.sh | 3 |
4 files changed, 5 insertions, 1 deletions
diff --git a/icons/breeze/icons/actions/16/checkbox.svg b/icons/breeze/icons/actions/16/checkbox.svg new file mode 120000 index 00000000..6774aa85 --- /dev/null +++ b/icons/breeze/icons/actions/16/checkbox.svg | |||
@@ -0,0 +1 @@ | |||
dialog-ok-apply.svg \ No newline at end of file | |||
diff --git a/icons/breeze/icons/actions/22/checkbox.svg b/icons/breeze/icons/actions/22/checkbox.svg new file mode 120000 index 00000000..6774aa85 --- /dev/null +++ b/icons/breeze/icons/actions/22/checkbox.svg | |||
@@ -0,0 +1 @@ | |||
dialog-ok-apply.svg \ No newline at end of file | |||
diff --git a/icons/breeze/icons/actions/24/checkbox.svg b/icons/breeze/icons/actions/24/checkbox.svg new file mode 120000 index 00000000..6774aa85 --- /dev/null +++ b/icons/breeze/icons/actions/24/checkbox.svg | |||
@@ -0,0 +1 @@ | |||
dialog-ok-apply.svg \ No newline at end of file | |||
diff --git a/icons/copybreeze.sh b/icons/copybreeze.sh index 6eb77928..da2f1df7 100755 --- a/icons/copybreeze.sh +++ b/icons/copybreeze.sh | |||
@@ -31,7 +31,8 @@ wantedIcons = [ | |||
31 | "go-previous.svg", | 31 | "go-previous.svg", |
32 | "mail-message.svg", | 32 | "mail-message.svg", |
33 | "list-add.svg", | 33 | "list-add.svg", |
34 | "list-remove.svg" | 34 | "list-remove.svg", |
35 | "checkbox.svg" | ||
35 | ] | 36 | ] |
36 | 37 | ||
37 | def ensure_dir(file_path): | 38 | def ensure_dir(file_path): |