aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmldesigner/components/curveeditor/curveeditorstyle.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/qmldesigner/components/curveeditor/curveeditorstyle.h')
-rw-r--r--src/plugins/qmldesigner/components/curveeditor/curveeditorstyle.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/plugins/qmldesigner/components/curveeditor/curveeditorstyle.h b/src/plugins/qmldesigner/components/curveeditor/curveeditorstyle.h
index 038f3a3d0b..d5d584fe04 100644
--- a/src/plugins/qmldesigner/components/curveeditor/curveeditorstyle.h
+++ b/src/plugins/qmldesigner/components/curveeditor/curveeditorstyle.h
@@ -109,6 +109,8 @@ struct CurveEditorStyle
QBrush backgroundBrush = QBrush(QColor(5, 0, 100));
QBrush backgroundAlternateBrush = QBrush(QColor(0, 0, 50));
QColor fontColor = QColor(200, 200, 200);
+ QColor iconColor = QColor(128, 128, 128);
+ QColor iconHoverColor = QColor(170, 170, 170);
QColor gridColor = QColor(128, 128, 128);
double canvasMargin = 5.0;
int zoomInWidth = 100;
@@ -121,6 +123,7 @@ struct CurveEditorStyle
double valueAxisWidth = 60.0;
double valueOffsetTop = 10.0;
double valueOffsetBottom = 10.0;
+ double labelDensityY = 1.5;
HandleItemStyleOption handleStyle;
KeyframeItemStyleOption keyframeStyle;