Summary: | Toolview size behaviour | ||
---|---|---|---|
Product: | [Applications] kdevelop | Reporter: | Davide <netcelli.tux> |
Component: | UI: all modes | Assignee: | kdevelop-bugs-null |
Status: | RESOLVED FIXED | ||
Severity: | critical | CC: | greggel, int.teo, lambert.clara |
Priority: | VHI | ||
Version: | git master | ||
Target Milestone: | 4.2.0 | ||
Platform: | Gentoo Packages | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Davide
2011-02-28 15:52:12 UTC
just try to resize the "filebrowser" toolview once triggers this behavior ah and make sure to have a narrow main window (not maximized), mine was about ~800px wide when I triggered that behavior. I can always trigger it also when windows is maximized or not great and today I cannot reproduce it anymore :( wth I can still trigger it (updated to last git master right now) I might have found what is wrong with the size of toolview. I've got the same problem with the 4.2.0 version of kdevelop. If I open the toolview to the right (Documentation,Snippets) and make it smaller, I can now resize the toolview to the left. It seems that the right toolview takes all the available space, which being added to the minimum space that is reserved for the mainview, reduces the left toolview to a very small space. It worked! It is not normal to take all available space even if all widgets in the right toolview are closed Atempt to fix this at https://git.reviewboard.kde.org/r/100616 I experience this behavior, with konsole part at bottom view and shown. Steps to reproduce: 1. Open a toolview on the left or right 2. Open "Konsole" at bottom 3. resize left or right toolview I tried to reproduce with other views at bottom and succeeded with "Breakpoints" first, but after that all went well. Other toolviews seem to work. I think this has been fixed in the rev 4e204dcafce117f52a9488d6c8a3125d3a21da7e I was able to reproduce this problem before, but now everything works perfectly. Yes. Bug is squashed. |