#161 closed Enhancement (duplicate)
Change the width (from constant to resize) of left panel in Manager.
Reported by: | Simek | Owned by: | romw |
---|---|---|---|
Priority: | Trivial | Milestone: | Undetermined |
Component: | Manager | Version: | |
Keywords: | Cc: |
Description
Left panel i BOINC Manager shouldn't have constant width, becouse sometimes captions of the buttons are lenght and it cause that parts of buttons are covered up by for example: project list.
I think that the solution is:
- change the constant width of left panel to minimal width with same value;
- enable panel resize;
- add "if" condition: if button width is longer than 170px (that te default width of button) change panel width by actual button width - 170px.
I hoped that my logic help even just a little.
I attached sample screenchot.
And finally sorry for my bad english!
Attachments (1)
Change History (4)
Changed 18 years ago by
Attachment: | screen.png added |
---|
comment:2 Changed 17 years ago by
As a user with weak eyes (and therefore a larger font setting), I am faced with the opposite problem -- the left column seems to take up so much of my screen that I can't squeeze in all the information I want to see on the right. If the left column width were adjustable, I could truncate that column (I know what the buttons I customarily use say) and leave more room to display the changing information that the right columns provide.
left panel width small bug