Small refactoring of Expander and AboutSystem GCI patches.
* Fix excessive snprintf in SystemAbout kernel build date/time; * Create destination folder message adjusted with HIG requirements; Thanks for pointing out, Landon Fuller and Pulkomandy.
This commit is contained in:
@@ -677,9 +677,7 @@ AboutView::AboutView()
|
||||
} else
|
||||
buildTimeDate.SetTo(kernelTimeDate);
|
||||
|
||||
snprintf(string, sizeof(string), buildTimeDate);
|
||||
|
||||
BStringView* kernelView = new BStringView("kerneltext", string);
|
||||
BStringView* kernelView = new BStringView("kerneltext", buildTimeDate);
|
||||
kernelView->SetExplicitAlignment(BAlignment(B_ALIGN_LEFT,
|
||||
B_ALIGN_VERTICAL_UNSET));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user