Opened 5 years ago
Last modified 5 years ago
#15155 closed bug
[debug_server] lady bug icon is clipped in crash dialog — at Version 4
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 )
Change History (5)
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) |
---|
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)