diff --git a/src/gui/qt/gui_800x480/gametable_800x480.ui b/src/gui/qt/gui_800x480/gametable_800x480.ui index 8d9601ba..b00024d3 100644 --- a/src/gui/qt/gui_800x480/gametable_800x480.ui +++ b/src/gui/qt/gui_800x480/gametable_800x480.ui @@ -4496,14 +4496,14 @@ p, li { white-space: pre-wrap; } - 100 - 43 + 85 + 53 - 100 - 43 + 85 + 53 @@ -4546,13 +4546,13 @@ p, li { white-space: pre-wrap; } - 192 + 211 60 - 220 + 235 60 diff --git a/src/gui/qt/styles/gametablestylereader.cpp b/src/gui/qt/styles/gametablestylereader.cpp index a35eea0f..dc08b29a 100644 --- a/src/gui/qt/styles/gametablestylereader.cpp +++ b/src/gui/qt/styles/gametablestylereader.cpp @@ -75,7 +75,7 @@ GameTableStyleReader::GameTableStyleReader(ConfigFile *c, QWidget *w) smallBoardFontSize = "13"; bigBoardFontSize = "17"; humanPlayerButtonFontSize = "12"; - betValueFontSize = "10"; + betValueFontSize = "15"; #else //Linux font1String = "font-family: \"Nimbus Sans L\";"; font2String = "font-family: \"DejaVu Sans\";";