HaikuDepot: Don't right-align publisher/copyright...

... in the available space in the package title area. Just looks too random.
This commit is contained in:
Stephan Aßmus
2014-09-18 22:39:45 +02:00
parent 81c000dd0d
commit d6bd3409e5
-2
View File
@@ -486,8 +486,6 @@ public:
font.SetFamilyAndStyle(family, "Italic");
fPublisherView->SetFont(&font);
fPublisherView->SetHighColor(kLightBlack);
fPublisherView->SetExplicitAlignment(BAlignment(B_ALIGN_RIGHT,
B_ALIGN_VERTICAL_UNSET));
// slightly bigger font
GetFont(&font);