#3035 closed bug (fixed)
[Tracker] coulumn resize issue in "Open With" window (easy)
Reported by: | diver | Owned by: | axeld |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | Applications/Tracker | Version: | R1/pre-alpha1 |
Keywords: | Cc: | obaro.ogbo@…, mdisreali@… | |
Blocked By: | Blocking: | ||
Platform: | All |
Description
If you right click file (like Welcome on the desktop) and select open with you would see a window with 4 attriburs: Name, Relation, Path, Version
If you double click on column separator between Relation and Path then Relation column width should resize to optimal size. But that won't work.
Attachments (2)
Change History (7)
by , 16 years ago
Attachment: | tracker.png added |
---|
comment:1 by , 16 years ago
Summary: | [Tracker] coulumn resize issue in "Open With" window → [Tracker] coulumn resize issue in "Open With" window (easy) |
---|
by , 16 years ago
Attachment: | Resize.diff added |
---|
comment:2 by , 16 years ago
comment:3 by , 16 years ago
Cc: | added |
---|
comment:4 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Patch commited in hrev29779. Thanks a lot!
comment:5 by , 16 years ago
Cc: | added |
---|
Note:
See TracTickets
for help on using tickets.
I added a PreferredWidth() to OpenWithRelationAttributeText. Works fine with the different relations I tested. Relation seems to always be a String. Wouldn't StringAttributeText be more appropriate as superclass, rather than ScalarAttributeText?