maybe final windows test for #202

This commit is contained in:
doitux
2013-12-11 10:22:15 +01:00
parent b79dcf4437
commit e40dc258a0
2 changed files with 2 additions and 2 deletions
Binary file not shown.
+2 -2
View File
@@ -40,13 +40,13 @@ GameTableStyleReader::GameTableStyleReader(ConfigFile *c, QWidget *w)
//set fonts and font sizes
#ifdef _WIN32
font1String = "font-family: \"Arial\";";
font2String = "font-family: \"Arial\";";
font2String = "font-family: \"DejaVu Sans\";";
cashFontSize = "11";
setLabelFontSize = "11";
playerNameLabelFontSize = "11";
smallBoardFontSize = "13";
bigBoardFontSize = "18";
humanPlayerButtonFontSize = "13";
humanPlayerButtonFontSize = "14";
betValueFontSize = "11";
tabBarPaddingTop = "2";
tabBarPaddingSide = "10";