Summary: | Progress graph right end disappears on window shrink | ||
---|---|---|---|
Product: | [Applications] ktouch | Reporter: | Marko Paasila <marko> |
Component: | general | Assignee: | Sebastian Gottfried <sebastian.gottfried> |
Status: | RESOLVED FIXED | ||
Severity: | minor | ||
Priority: | NOR | ||
Version: | 2.0.0 | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/ktouch/0736766704f3c5f1e9a15d27ee9d5d756a81d74c | Version Fixed In: | 4.10.2 |
Sentry Crash Report: |
Description
Marko Paasila
2013-03-05 12:02:55 UTC
I will look into the code to see whether it's possible to improve the behavior there. Do you know that the graph is dragable? That way you can reveal the hidden sections. Indeed, I didn't notice that. It looked so solid, and it didn't scroll "under" anything, like the input field does. Git commit 0736766704f3c5f1e9a15d27ee9d5d756a81d74c by Sebastian Gottfried. Committed on 28/03/2013 at 17:39. Pushed by gottfried into branch 'KDE/4.10'. graph plugin: fix shrinking behavior of line graph The data points on the right side are considered more important than the ones on the left side, so clipping starts on left side now. This way the most recent data points stay visible when the window containing the graph is resized to a smaller geometry. FIXED-IN: 4.10.2 M +10 -0 src/graph-plugin/qml/LineGraph.qml http://commits.kde.org/ktouch/0736766704f3c5f1e9a15d27ee9d5d756a81d74c Wow you open source guys are amazing! To be honest I didn't actually beleive this minor nuisance to be addressed, and it's already fixed! I never received such good service for proprietary software. Thanks! |