Changes between Version 2 and Version 3 of Ticket #15155


Ignore:
Timestamp:
Jul 12, 2019, 11:44:38 AM (5 years ago)
Author:
pulkomandy
Comment:

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)

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #15155 – Description

    v2 v3  
    1 As can be seen the lady bug icon is clipped at large font size. \\
    2 Also the window look a bit narrow - application path doesn't fit in in one line.
     1As can be seen the lady bug icon is clipped at large fonts.
     2Also the window look a bit narrow - app;ication path doesn't fit it.
    33
    44[[Image(crash.png,50%)]]