Git commit 800f092761b16207c32db23a0be56d2680d69648 by Barth Netterfield. Committed on 31/01/2016 at 22:00. Pushed by netterfield into branch 'master'. Fix width of example line in curve appearance dialog M +1 -1 src/widgets/curveappearance.cpp http://commits.kde.org/kst-plot/800f092761b16207c32db23a0be56d2680d69648 diff --git a/src/widgets/curveappearance.cpp b/src/widgets/curveappearance.= cpp index b7619ed..1d54764 100644 --- a/src/widgets/curveappearance.cpp +++ b/src/widgets/curveappearance.cpp @@ -421,7 +421,7 @@ void CurveAppearance::populateLineStyleCombo() { = = QPen pen(lineColor, 1); - pen.setWidthF(h/12.0); + pen.setWidthF(h/18.0); = int currentItem =3D _comboLineStyle->currentIndex(); _comboLineStyle->clear();