#15155 closed bug (fixed)
[debug_server] lady bug icon is clipped in crash dialog
Reported by: | diver | Owned by: | pulkomandy |
---|---|---|---|
Priority: | normal | Milestone: | R1/beta2 |
Component: | Servers/debug_server | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description (last modified by )
Attachments (1)
Change History (7)
by , 5 years ago
comment:1 by , 5 years ago
Description: | modified (diff) |
---|
comment:2 by , 5 years ago
Description: | modified (diff) |
---|
comment:3 by , 5 years ago
Description: | modified (diff) |
---|
comment:4 by , 5 years ago
Description: | modified (diff) |
---|
comment:6 by , 5 years ago
Milestone: | Unscheduled → R1/beta2 |
---|
Assign tickets with status=closed and resolution=fixed within the R1/beta2 development window to the R1/beta2 Milestone
Note:
See TracTickets
for help on using tickets.
Minimum size of the text view is hardcoded here: https://git.haiku-os.org/haiku/tree/src/servers/debug/DebugWindow.cpp#n58
Easily changed to (for example) StringWidth of the crashed app path.
For the icon I think we need to synchronize the Draw() code from StripeView (https://git.haiku-os.org/haiku/tree/src/kits/shared/StripeView.cpp#n58) with the one from TAlertView (https://git.haiku-os.org/haiku/tree/src/kits/interface/Alert.cpp#n798)