Skip to content
Snippets Groups Projects
Commit 306196bc authored by Drahomír Karchňák's avatar Drahomír Karchňák
Browse files

#487 Changed font size for game descriptions in main menu

parent eb55da84
No related branches found
No related tags found
No related merge requests found
......@@ -30,17 +30,16 @@ import cz.nic.tablexia.util.ui.TablexiaLabel;
*/
public class GameMenuItemGroup extends Container<Table> {
private static final Color HIGHLITED_COLOR = new Color(0.780f, 0.698f, 0.600f, 1);
private static final ApplicationFontManager.FontType_NEW TITLE_FONT_TYPE = ApplicationFontManager.FontType_NEW.BOLD_18;
private static final Color TITLE_FONT_COLOR = new Color(0.325f, 0.278f, 0.255f, 1);
private static final ApplicationFontManager.FontType_NEW TITLE_FONT_TYPE = ApplicationFontManager.FontType_NEW.BOLD_18;
private static final Color TITLE_FONT_COLOR = new Color(0.325f, 0.278f, 0.255f, 1);
private static final ApplicationFontManager.FontType_NEW DESCRIPTION_FONT_TYPE = ApplicationFontManager.FontType_NEW.REGULAR_12;
private static final Color DESCRIPTION_FONT_COLOR = new Color(0.325f, 0.278f, 0.255f, 1);
private static final ApplicationFontManager.FontType_NEW DESCRIPTION_FONT_TYPE = ApplicationFontManager.FontType_NEW.REGULAR_10;
private static final Color DESCRIPTION_FONT_COLOR = new Color(0.325f, 0.278f, 0.255f, 1);
private static final Color HIGHLITED_COLOR = new Color(0.780f, 0.698f, 0.600f, 1);
private static final Color HIGHLITER_COLOR = new Color(0.647f, 0.22f, 0.22f, 1);
private static final float LABLES_PADDING_LEFT_RATIO = 1f / 40;
private static final float LABELS_PADDING_DEFAULT = 6f;
private static final Color HIGHLITER_COLOR = new Color(0.647f, 0.22f, 0.22f, 1);
private static final float ARROW_PADING_RIGHT = 15f;
private static final float LAYOUT_PADDING = 2f;
private static final float CONTAINER_BOTTOM_PADDING = 4f;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment