Summary: | Dialog "Could Not Open File" does not size correctly | ||
---|---|---|---|
Product: | [Applications] kdevelop | Reporter: | Thomas Fischer <fischer> |
Component: | general | Assignee: | kdevelop-bugs-null |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | 3.1 | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: |
A screenshot of the dialog showing the bad layout
Patch for mimewarningdialog.ui and partcontroller.cpp |
Description
Thomas Fischer
2004-08-25 16:43:38 UTC
Created attachment 7644 [details]
A screenshot of the dialog showing the bad layout
Created attachment 7923 [details]
Patch for mimewarningdialog.ui and partcontroller.cpp
This patch fixes the layout of mimewarningdialog.ui by using a
KSqueezedTextLabel for the file url and a better size policy for the controls.
partcontroller.cpp has been modified to set the text correctly for the
new/modified controls.
CVS commit by dymo: BUG: 88041 Thanks to Thomas Fischer for the patch. M +60 -6 mimewarningdialog.ui 1.5 M +3 -1 partcontroller.cpp 1.146 |