- Adjusted the settings in ViewQuest.PopulateTitle(). The title label is no longer cut off on Mac OS X.

This commit is contained in:
Chris
2012-02-07 02:10:00 +00:00
parent bfc1363cdb
commit 44ab248dc3

View File

@@ -208,7 +208,7 @@ public class ViewQuest extends JScrollPane {
pnlTitle.setBackground(FSkin.getColor(FSkin.Colors.CLR_THEME2));
((FRoundedPanel) pnlTitle).setBorderColor(clrBorders);
pnlTitle.add(lblTitle, "w 98%!, h 70%!, gap 0 0 15%! 15%!");
pnlTitle.add(lblTitle, "w 78%!, h 80%!, gap 0 0 15%! 15%!");
}
/** Layout permanent parts of stats panel. */