Opened 5 years ago

Closed 5 years ago

Last modified 4 years ago

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

As can be seen the lady bug icon is clipped at large font sizes. Also the window look a bit narrow - application path doesn't fit it.

Attachments (1)

crash.png (24.0 KB ) - added by diver 5 years ago.

Download all attachments as: .zip

Change History (7)

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)

comment:4 by pulkomandy, 5 years ago

Description: modified (diff)

comment:5 by pulkomandy, 5 years ago

Resolution: fixed
Status: assignedclosed

Fixed in hrev53439.

comment:6 by nielx, 4 years ago

Milestone: UnscheduledR1/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.