From kfm-devel Fri Jun 25 10:18:06 2004 From: Luciano Montanaro Date: Fri, 25 Jun 2004 10:18:06 +0000 To: kfm-devel Subject: Overly large bookmark menu Message-Id: <200406251218.06533.mikelima () cirulla ! net> X-MARC-Message: https://marc.info/?l=kfm-devel&m=108815871820071 I think this is really a Qt problem, but maybe there could be a fix for the specific problem, which is that the bookmark menu can get very large, and cover the menu bar, making the selection of adjacent menus quite difficult. I use "MacOS like menus", so egoistically I could say that limiting the menu height to be less than the application-available screen size would be ok. Maybe, more in general, using more item columns earlier could be a better solution. Another tweak that could be made is to balance the menu columns, that is, once the menu has to be displayed as two columns, it could as well be drawn with two columns that have the same height, or differ in height by one item height). Is this problem fixable outside of Qt? And where should I look at to fix it, if it is possible to fix it? Thanks, Luciano