Summary: | Chip-TAN widget is not completely visible | ||
---|---|---|---|
Product: | [Applications] kmymoney | Reporter: | Thomas Baumgart <tbaumgart> |
Component: | onlinebanking | Assignee: | KMyMoney Devel Mailing List <kmymoney-devel> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | 5.1.0 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/office/kmymoney/commit/2a911c86bdeb491283ea8e23982c815d45f64a41 | Version Fixed In: | 5.1.1 |
Sentry Crash Report: |
Description
Thomas Baumgart
2020-09-06 12:51:14 UTC
Git commit 1613a08309c9dd29aacdc081496e0420224d7a37 by Thomas Baumgart. Committed on 06/09/2020 at 12:58. Pushed by tbaumgart into branch 'master'. Initialize width for QML view to the right size When a user adjusts the size of the Chip-TAN widget, the size is stored but the view is not adjusted to that size when the dialog is opened the next time. This change fixes the problem by setting the view's width accordingly. M +3 -1 kmymoney/plugins/kbanking/widgets/chiptandialog.cpp https://invent.kde.org/office/kmymoney/commit/1613a08309c9dd29aacdc081496e0420224d7a37 Git commit 2a911c86bdeb491283ea8e23982c815d45f64a41 by Thomas Baumgart. Committed on 06/09/2020 at 12:59. Pushed by tbaumgart into branch '5.1'. Initialize width for QML view to the right size When a user adjusts the size of the Chip-TAN widget, the size is stored but the view is not adjusted to that size when the dialog is opened the next time. This change fixes the problem by setting the view's width accordingly. FIXED-IN: 5.1.1 (cherry picked from commit 1613a08309c9dd29aacdc081496e0420224d7a37) M +3 -1 kmymoney/plugins/kbanking/widgets/chiptandialog.cpp https://invent.kde.org/office/kmymoney/commit/2a911c86bdeb491283ea8e23982c815d45f64a41 |