-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Resizing library table columns shows blank gaps #6265
Comments
Commented by: mutil |
Commented by: mutil A patch which removes setCascadingSectionResizes(true), Notice that when ticked, this bug with the gaps is still there, |
Commented by: ywwg It is possible to get rid of the gaps by reordering the columns and moving a column to the right of the gap in between the next column to the left and the gap. This is really annoying, though. |
Commented by: gary-littlemore If I also change the width of one column it also reduces the width other the column next to it. |
Commented by: ronald-delvax-hotmail I have the same problem. It is possible to shift the empty spaces ti the beginning, but not to the end. The problem exists in Linux and windows versions of the program. Almost looks like the spaces appear when the collum reached a minimum width. You can still make the comum smaller, but the space gets bigger. I noticed that 1.8 didn't have this problem (Ubuntu installed 1.8 before I updated my repository...) |
Commented by: ronald-delvax-hotmail
If it was just blanks, it wouldn't be much of a problem... Not being able to sort my playlists I hope this can change the importance to something higher than low...... I'm not a super programmer... but if someone could give me the code where sorting is handled I might be able to help... |
Commented by: daschuer Hi Angle, did you try multils patch againts mixxx/src/widget/wtracktableviewheader.cpp? Which version of Ubuntu you are using? 32 or 64 bit? Here are the files, are involved in sorting playlists: http://bazaar.launchpad.net/~mixxxdevelopers/mixxx/release-1.10.x/view/head:/mixxx/src/widget/wtracktableviewheader.cpp Here is how to compile: Here are some additional hints: If you stuck at a point don't hesitate to ask! |
Commented by: ronald-delvax-hotmail sry for my late reply.. been busy lately... I use 11.4 32 bit. Don't want to upgrade to 11.10 because I don't like the gnome 3 interface :D When I removed the settings dbase, not only were the gaps gone, but sorting and randomise worked again...
|
Commented by: mutil Could you please, at least, comment out "setCascadingSectionResizes(true)" in line 60 of wtracktableviewheader.cpp, until we find a proper solution to this? This is a something-more-than-low importance bug for me. When we discover a fix, we can apply the attached patch to toggle this behaviour. |
Commented by: daschuer Ok, i think we hit a Qt Bug: I am able to reproduce it with Qt 4.6.2, but not with Qt 6.8.1 on Linux 32bit. |
Commented by: rryan Hm, I tried doing that (disabling cascading section resizes) a while back On Tue, Jun 12, 2012 at 1:55 PM, Daniel Schürmann <
|
Commented by: daschuer If you just comment out "setCascadingSectionResizes(true)" it will not help, because this property is restored with the header state from library. |
Commented by: rryan sounds good -- thanks guys
|
Issue closed with status Fix Released. |
Reported by: mutil
Date: 2012-02-02T18:09:45Z
Status: Fix Released
Importance: Low
Launchpad Issue: lp925619
Attachments: screenshot.png, tracktableheader-fit.patch
When resizing the columns in tracktable, after a while (randomly?)
a strange gap appears between, which then can't be removed.
See attached screenshot.
This was introduced from the patch in lp:885408
where cascadingSectionResizes property was set to true.
Aside the bug, this behaviour is not really convenient, nor physical.
If you resize one column long enough all the following columns
get minimized and then you have to adjust them again.
This is not the behaviour in file browsers etc.
I believe it is useful only when you have a few columns.
The text was updated successfully, but these errors were encountered: