diff options
-rw-r--r-- | bitbake/lib/bb/ui/crumbs/hobwidget.py | 2 | ||||
-rw-r--r-- | lib/bb/ui/icons/indicators/add.png | bin | 0 -> 1176 bytes | |||
-rw-r--r-- | lib/bb/ui/icons/indicators/remove.png | bin | 0 -> 1971 bytes |
3 files changed, 2 insertions, 0 deletions
diff --git a/bitbake/lib/bb/ui/crumbs/hobwidget.py b/bitbake/lib/bb/ui/crumbs/hobwidget.py index 189ffb40d3..9d00023140 100644 --- a/bitbake/lib/bb/ui/crumbs/hobwidget.py +++ b/bitbake/lib/bb/ui/crumbs/hobwidget.py | |||
@@ -53,6 +53,8 @@ class hic: | |||
53 | ICON_INFO_HOVER_FILE = os.path.join(HOB_ICON_BASE_DIR, ('info/info_hover.png')) | 53 | ICON_INFO_HOVER_FILE = os.path.join(HOB_ICON_BASE_DIR, ('info/info_hover.png')) |
54 | ICON_INDI_CONFIRM_FILE = os.path.join(HOB_ICON_BASE_DIR, ('indicators/confirmation.png')) | 54 | ICON_INDI_CONFIRM_FILE = os.path.join(HOB_ICON_BASE_DIR, ('indicators/confirmation.png')) |
55 | ICON_INDI_ERROR_FILE = os.path.join(HOB_ICON_BASE_DIR, ('indicators/error.png')) | 55 | ICON_INDI_ERROR_FILE = os.path.join(HOB_ICON_BASE_DIR, ('indicators/error.png')) |
56 | ICON_INDI_REMOVE = os.path.join(HOB_ICON_BASE_DIR, ('indicators/remove.png')) | ||
57 | ICON_INDI_ADD = os.path.join(HOB_ICON_BASE_DIR, ('indicators/add.png')) | ||
56 | 58 | ||
57 | class hcc: | 59 | class hcc: |
58 | 60 | ||
diff --git a/lib/bb/ui/icons/indicators/add.png b/lib/bb/ui/icons/indicators/add.png new file mode 100644 index 0000000000..31e7090d61 --- /dev/null +++ b/lib/bb/ui/icons/indicators/add.png | |||
Binary files differ | |||
diff --git a/lib/bb/ui/icons/indicators/remove.png b/lib/bb/ui/icons/indicators/remove.png new file mode 100644 index 0000000000..05c3c293d4 --- /dev/null +++ b/lib/bb/ui/icons/indicators/remove.png | |||
Binary files differ | |||