Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.etrice.ui.common.base')
-rw-r--r--plugins/org.eclipse.etrice.ui.common.base/src/org/eclipse/etrice/ui/common/base/preferences/UIBasePreferenceConstants.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/org.eclipse.etrice.ui.common.base/src/org/eclipse/etrice/ui/common/base/preferences/UIBasePreferenceConstants.java b/plugins/org.eclipse.etrice.ui.common.base/src/org/eclipse/etrice/ui/common/base/preferences/UIBasePreferenceConstants.java
index e93ed36cb..afc8f7be1 100644
--- a/plugins/org.eclipse.etrice.ui.common.base/src/org/eclipse/etrice/ui/common/base/preferences/UIBasePreferenceConstants.java
+++ b/plugins/org.eclipse.etrice.ui.common.base/src/org/eclipse/etrice/ui/common/base/preferences/UIBasePreferenceConstants.java
@@ -32,7 +32,7 @@ public interface UIBasePreferenceConstants {
public static final String MAX_LABEL_LINE_LENGTH = "MaxLabelLineLength";
public static final String MAX_LABEL_LINES = "MaxLabelLines";
- public static final int MAX_LINE_LENGTH_DEFAULT = 20;
+ public static final int MAX_LINE_LENGTH_DEFAULT = 30;
public static final int MAX_LINES_DEFAULT = 1;
// possible values for EXPORT_DIAGRAM_PATH_RELATIVE_TO

Back to the top