Bug 102981

Summary: suggested partitioning not readable
Product: [openSUSE] SUSE LINUX 10.0 Reporter: Andreas Klein <asklein>
Component: YaST2Assignee: Thomas Fehr <fehr>
Status: RESOLVED FIXED QA Contact: Klaus Kämpf <kkaempf>
Severity: Normal    
Priority: P5 - None CC: vetter
Version: Beta 1   
Target Milestone: Beta 3   
Hardware: Other   
OS: All   
Whiteboard:
Found By: Other Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---
Attachments: /tmp/yast2-screen-shots/yast2-000.png

Description Andreas Klein 2005-08-09 10:35:24 UTC
The suggested partitioning is not readable, because the scrollbar does not allow
scrolling down to the end of the list.
Will attach screenshot
Comment 1 Andreas Klein 2005-08-09 10:36:40 UTC
Created attachment 45267 [details]
/tmp/yast2-screen-shots/yast2-000.png
Comment 2 Ladislav Slezák 2005-08-09 11:11:33 UTC
Stefan, probably another bug in layout?
Comment 3 Stefan Hundhammer 2005-08-16 10:09:24 UTC
That looks much more like a bug in that specific layout, not in the layout 
engine. 
Comment 4 Thomas Fehr 2005-08-16 10:38:00 UTC
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.
Comment 5 Stefan Hundhammer 2005-08-16 12:22:29 UTC
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? 
Comment 6 Arvin Schnell 2005-08-16 13:32:07 UTC
It's in inst_part_proposal.ycp.
Comment 7 Thomas Fehr 2005-08-16 15:08:43 UTC
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.
Comment 8 Thomas Fehr 2005-08-17 12:33:59 UTC
I changed the layout with Stephans help so that it now looking better.