[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    [kst-plot] src/widgets: Fix width of example line in curve appearance dialog
From:       Barth Netterfield <netterfield () astro ! utoronto ! ca>
Date:       2016-01-31 22:00:54
Message-ID: E1aQ03C-0006TV-Rx () scm ! kde ! org
[Download RAW message or body]

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 = _comboLineStyle->currentIndex();
   _comboLineStyle->clear();
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic