Bugzilla – Bug 102981
suggested partitioning not readable
Last modified: 2005-08-17 12:33:59 UTC
The suggested partitioning is not readable, because the scrollbar does not allow scrolling down to the end of the list. Will attach screenshot
Created attachment 45267 [details] /tmp/yast2-screen-shots/yast2-000.png
Stefan, probably another bug in layout?
That looks much more like a bug in that specific layout, not in the layout engine.
What should be wrong in that specific layout, it is unchanged for ages and worked fine until last UI changes. Of course I can change it, but without any idea what to change I am lost.
It might be yet another case of illogical use of alignment widgets and `opt(`hstretch) or `opt(`vstretch). Can you point me to the UI code that displays this?
It's in inst_part_proposal.ycp.
It is in SVN under source/storage/storage/src/inst_part_proposal.ycp the widget containing the text has the name "richtext" it is created in line 95 and initialized in line 192.
I changed the layout with Stephans help so that it now looking better.