diff --git a/Images/GNUmakefile b/Images/GNUmakefile index f79b352ec..657c7c272 100644 --- a/Images/GNUmakefile +++ b/Images/GNUmakefile @@ -34,10 +34,14 @@ IMAGE_FILES = \ GNUstep_Images_Copyright \ common_3DArrowDown.tiff \ common_ArrowDown.tiff \ +common_ArrowDownH.tiff \ common_ArrowUp.tiff \ +common_ArrowUpH.tiff \ common_ArrowRight.tiff \ +common_ArrowRightH.tiff \ common_3DArrowRight.tiff \ common_ArrowLeft.tiff \ +common_ArrowLeftH.tiff \ common_3DArrowRightH.tiff \ common_2DCheckMark.tiff \ common_Close.tiff \ diff --git a/Images/common_ArrowDown.tiff b/Images/common_ArrowDown.tiff index de0c00929..d31b45fd7 100644 Binary files a/Images/common_ArrowDown.tiff and b/Images/common_ArrowDown.tiff differ diff --git a/Images/common_ArrowDownH.tiff b/Images/common_ArrowDownH.tiff new file mode 100644 index 000000000..b5a78880c Binary files /dev/null and b/Images/common_ArrowDownH.tiff differ diff --git a/Images/common_ArrowLeft.tiff b/Images/common_ArrowLeft.tiff index 745a85d20..2cba12a3c 100644 Binary files a/Images/common_ArrowLeft.tiff and b/Images/common_ArrowLeft.tiff differ diff --git a/Images/common_ArrowLeftH.tiff b/Images/common_ArrowLeftH.tiff new file mode 100644 index 000000000..952b57abb Binary files /dev/null and b/Images/common_ArrowLeftH.tiff differ diff --git a/Images/common_ArrowRight.tiff b/Images/common_ArrowRight.tiff index 4ccb43834..6ce2962f0 100644 Binary files a/Images/common_ArrowRight.tiff and b/Images/common_ArrowRight.tiff differ diff --git a/Images/common_ArrowRightH.tiff b/Images/common_ArrowRightH.tiff new file mode 100644 index 000000000..92489d4e3 Binary files /dev/null and b/Images/common_ArrowRightH.tiff differ diff --git a/Images/common_ArrowUp.tiff b/Images/common_ArrowUp.tiff index f06a3a330..176b721bd 100644 Binary files a/Images/common_ArrowUp.tiff and b/Images/common_ArrowUp.tiff differ diff --git a/Images/common_ArrowUpH.tiff b/Images/common_ArrowUpH.tiff new file mode 100644 index 000000000..7d9d16ef3 Binary files /dev/null and b/Images/common_ArrowUpH.tiff differ