Use another image for the status combo box arrow.

cusax-fix
Yana Stamcheva 17 years ago
parent b3e59c1dfc
commit 0fd63e8e12

@ -183,6 +183,7 @@ LEAVE_ICON=resources/images/impl/gui/common/leave.png
STATUS_SEPARATOR_ICON=resources/images/impl/gui/common/statusSeparator.png
MORE_BUTTON=resources/images/impl/gui/buttons/moreButton.png
COMBO_BOX_ARROW=resources/images/impl/gui/buttons/comboBoxArrow.png
TOOL_BAR_BACKGROUND=resources/images/impl/gui/common/toolbarBackground.png
MENU_BACKGROUND=resources/images/impl/gui/common/menuBackground.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 281 B

@ -42,7 +42,7 @@ public class GlobalStatusSelectorBox
{
private int IMAGE_INDENT = 10;
private Image arrowImage = ImageLoader.getImage(ImageLoader.MORE_BUTTON);
private Image arrowImage = ImageLoader.getImage(ImageLoader.COMBO_BOX_ARROW);
private Logger logger = Logger.getLogger(
GlobalStatusSelectorBox.class.getName());

Loading…
Cancel
Save