Opened 5 years ago

Last modified 5 years ago

#15155 closed bug

[debug_server] lady bug icon is clipped in crash dialog — at Version 3

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 pulkomandy)

As can be seen the lady bug icon is clipped at large fonts. Also the window look a bit narrow - app;ication path doesn't fit it.

Change History (4)

by diver, 5 years ago

Attachment: crash.png added

comment:1 by diver, 5 years ago

Description: modified (diff)

comment:2 by diver, 5 years ago

Description: modified (diff)

comment:3 by pulkomandy, 5 years ago

Description: modified (diff)

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)

Note: See TracTickets for help on using tickets.