Summary: | CSV import makes edit entry window too wide | ||
---|---|---|---|
Product: | [Applications] tellico | Reporter: | masterj2 |
Component: | general | Assignee: | Robby Stephenson <robby> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
URL: | http://postimg.org/image/dkfmsf14n/ | ||
Latest Commit: | http://commits.kde.org/tellico/7327bb58e2fefcd5e70735dcbfc49c9c410ff5d6 | Version Fixed In: | 2.3.12 |
Sentry Crash Report: |
Description
masterj2
2016-04-21 08:18:50 UTC
Git commit e158e4e5d1dc3971783bd0865e4a5a7a507b65fa by Robby Stephenson. Committed on 04/05/2016 at 02:40. Pushed by rstephenson into branch 'master'. Use elided text in Choice combo box to avoid overly wide dialog Use 40% of screen width as maximum, eliding text in the middle. Change to using QComboBox instead of KComboBox The Entry Edit Dialog could still be too wide for the screen if the label or other UI elements cause a change. I need to investigate the appropriate use of QSizePolicy FIXED-IN: 2.3.12 M +4 -0 ChangeLog M +1 -1 src/detailedlistview.cpp M +0 -2 src/entryeditdialog.cpp M +29 -13 src/gui/choicefieldwidget.cpp M +3 -2 src/gui/choicefieldwidget.h http://commits.kde.org/tellico/e158e4e5d1dc3971783bd0865e4a5a7a507b65fa Git commit 7327bb58e2fefcd5e70735dcbfc49c9c410ff5d6 by Robby Stephenson. Committed on 04/05/2016 at 02:56. Pushed by rstephenson into branch '2.3'. Use elided text in Choice combo box to avoid overly wide dialog Use 40% of screen width as maximum, eliding text in the middle. The Entry Edit Dialog could still be too wide for the screen if the label or other UI elements cause a change. I need to investigate the appropriate use of QSizePolicy FIXED-IN: 2.3.12 Conflicts: ChangeLog src/gui/choicefieldwidget.cpp M +4 -0 ChangeLog M +1 -1 src/detailedlistview.cpp M +0 -2 src/entryeditdialog.cpp M +29 -10 src/gui/choicefieldwidget.cpp M +1 -0 src/gui/choicefieldwidget.h http://commits.kde.org/tellico/7327bb58e2fefcd5e70735dcbfc49c9c410ff5d6 |