Opened 19 years ago
Closed 19 years ago
#182 closed enhancement (fixed)
Mussa views need vertical scrolls
| Reported by: | diane | Owned by: | diane |
|---|---|---|---|
| Priority: | critical | Milestone: | release_1.1 |
| Component: | Qt Gui | Version: | |
| Keywords: | Cc: |
Description
So if you're comparing enough sequences mussa will run out of vertical pixels and will need a vertical scrollbar.
Change History (2)
comment:1 by , 19 years ago
| Milestone: | Standing on our heads → release_1.1 |
|---|
comment:2 by , 19 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

[470] changes SequenceBrowserWidget to inherit from QScrollArea. the setWidgetResizeable(true) lets it resize down to minimum size nicely.