| Summary: | overlapping text in graphical representation of disc | ||
|---|---|---|---|
| Product: | [Applications] k3b | Reporter: | Marijn Schouten <hkBst> |
| Component: | GUI/Usability | Assignee: | Sebastian Trueg <trueg> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | 0.12.x | ||
| Target Milestone: | --- | ||
| Platform: | Gentoo Packages | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | overlapping text | ||
|
Description
Marijn Schouten
2006-10-04 18:30:29 UTC
Created attachment 18013 [details]
overlapping text
SVN commit 605649 by trueg: * Progress when adding files to a data project * Better button placement in the welcome widget * No overlapping text in the project fill display anymore * The follow symlinks to folders dialog now allows to choose stuff like "follow all" or "add all" BUG: 135107 M +33 -5 libk3b/projects/datacd/k3bdatapreparationjob.cpp M +52 -26 libk3b/tools/k3blistview.cpp M +3 -0 libk3b/tools/k3blistview.h M +43 -10 libk3b/tools/k3bmultichoicedialog.cpp M +5 -0 libk3b/tools/k3bmultichoicedialog.h D src/k3brichtextlabel.cpp D src/k3brichtextlabel.h M +38 -28 src/k3bwelcomewidget.cpp M +1 -1 src/k3bwelcomewidget.h M +190 -109 src/projects/k3bdataurladdingdialog.cpp M +19 -8 src/projects/k3bdataurladdingdialog.h M +72 -28 src/projects/k3bfillstatusdisplay.cpp |