diff --git a/apps/launcher/resources.qrc b/apps/launcher/resources.qrc index 7fbf62da25..e5b2f5ca7d 100644 --- a/apps/launcher/resources.qrc +++ b/apps/launcher/resources.qrc @@ -13,5 +13,9 @@ resources/icons/tango/document-new.png resources/icons/tango/edit-copy.png resources/icons/tango/edit-delete.png + resources/icons/tango/go-bottom.png + resources/icons/tango/go-down.png + resources/icons/tango/go-top.png + resources/icons/tango/go-up.png diff --git a/apps/launcher/resources/icons/tango/go-bottom.png b/apps/launcher/resources/icons/tango/go-bottom.png new file mode 100644 index 0000000000..2c5a80385c Binary files /dev/null and b/apps/launcher/resources/icons/tango/go-bottom.png differ diff --git a/apps/launcher/resources/icons/tango/go-down.png b/apps/launcher/resources/icons/tango/go-down.png new file mode 100644 index 0000000000..3dd7fccdf0 Binary files /dev/null and b/apps/launcher/resources/icons/tango/go-down.png differ diff --git a/apps/launcher/resources/icons/tango/go-top.png b/apps/launcher/resources/icons/tango/go-top.png new file mode 100644 index 0000000000..70f2c996cd Binary files /dev/null and b/apps/launcher/resources/icons/tango/go-top.png differ diff --git a/apps/launcher/resources/icons/tango/go-up.png b/apps/launcher/resources/icons/tango/go-up.png new file mode 100644 index 0000000000..fa9a7d71b5 Binary files /dev/null and b/apps/launcher/resources/icons/tango/go-up.png differ