#18155 closed bug (duplicate)

Expander: BAlerts weird layout

Reported by: humdinger Owned by: nobody
Priority: normal Milestone: Unscheduled
Component: Applications/Expander Version: R1/beta4
Keywords: Cc:
Blocked By: #14678 Blocking:
Platform: All

Description

This is hrev56578+59, 64bit.

  • Open an archive in Expander.
  • Put some non-existing location in the Destination text box (like adding a "/newfolder" to the default location there).
  • Press "TAB" and this BAlert appears:

Why does it look funny? The code appears like any other BAlert:

BAlert* alert = new BAlert("destAlert",
	B_TRANSLATE("Destination folder doesn't exist. "
		"Would you like to create it?"),
	B_TRANSLATE("Cancel"), B_TRANSLATE("Create"), NULL,
	B_WIDTH_AS_USUAL, B_INFO_ALERT);

Attachments (1)

alert_expander.png (6.5 KB ) - added by humdinger 17 months ago.

Download all attachments as: .zip

Change History (2)

by humdinger, 17 months ago

Attachment: alert_expander.png added

comment:1 by diver, 17 months ago

Blocked By: 14678 added
Resolution: duplicate
Status: newclosed
Note: See TracTickets for help on using tickets.