Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCurtis D'Entremont2006-03-28 20:31:00 +0000
committerCurtis D'Entremont2006-03-28 20:31:00 +0000
commit4fdd23a74d3564df297b9150bb123d88e6e66a62 (patch)
tree60f74494c75b837db4339bcc09179b075e0ebb9d /org.eclipse.ui.cheatsheets
parent88e39e40e5f071490a295d05a8f9a4a66ca2a5e0 (diff)
downloadeclipse.platform.ua-4fdd23a74d3564df297b9150bb123d88e6e66a62.tar.gz
eclipse.platform.ua-4fdd23a74d3564df297b9150bb123d88e6e66a62.tar.xz
eclipse.platform.ua-4fdd23a74d3564df297b9150bb123d88e6e66a62.zip
132785 [CheatSheet] Collapse icon is very small
Diffstat (limited to 'org.eclipse.ui.cheatsheets')
-rw-r--r--org.eclipse.ui.cheatsheets/src/org/eclipse/ui/internal/cheatsheets/views/CheatSheetExpandRestoreAction.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.ui.cheatsheets/src/org/eclipse/ui/internal/cheatsheets/views/CheatSheetExpandRestoreAction.java b/org.eclipse.ui.cheatsheets/src/org/eclipse/ui/internal/cheatsheets/views/CheatSheetExpandRestoreAction.java
index c130a7b68..33d90cda0 100644
--- a/org.eclipse.ui.cheatsheets/src/org/eclipse/ui/internal/cheatsheets/views/CheatSheetExpandRestoreAction.java
+++ b/org.eclipse.ui.cheatsheets/src/org/eclipse/ui/internal/cheatsheets/views/CheatSheetExpandRestoreAction.java
@@ -38,7 +38,7 @@ public class CheatSheetExpandRestoreAction extends Action {
path = CheatSheetPlugin.ICONS_PATH.append(CheatSheetPlugin.T_ELCL).append("expandall.gif");//$NON-NLS-1$
expandImage = CheatSheetPlugin.createImageDescriptor(CheatSheetPlugin.getPlugin().getBundle(), path);
setDisabledImageDescriptor(disabledImage);
- setChecked(initValue);
+ setCollapsed(initValue);
}
/*

Back to the top