Skip to content

Commit b7f04fd

Browse files
shubhamWaghmare-sapmerks
authored andcommitted
Set Integer.MAX_VALUE as max view characters
1 parent e19f934 commit b7f04fd

File tree

1 file changed

+1
-1
lines changed
  • bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt

1 file changed

+1
-1
lines changed

bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/CTabRendering.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ public class CTabRendering extends CTabFolderRenderer implements ICTabRendering,
8888
public static final boolean SHOW_FULL_TEXT_FOR_VIEW_TABS_DEFAULT = false;
8989

9090
private static int MIN_VIEW_CHARS = 1;
91-
private static int MAX_VIEW_CHARS = 999999;
91+
private static int MAX_VIEW_CHARS = Integer.MAX_VALUE;
9292

9393
// Constants for circle drawing
9494
static enum CirclePart {

0 commit comments

Comments
 (0)