From 3a6054cf3a9b07f6f3727bc81de8f918c9c9fdad Mon Sep 17 00:00:00 2001 From: doitux Date: Sat, 2 Jun 2012 22:56:54 +0200 Subject: [PATCH] changes on human player box as example for mobile gui places of set and cash labels and font sizes --- src/gui/qt/gui_800x480/gametable_800x480.ui | 126 ++++++++++---------- src/gui/qt/styles/gametablestylereader.cpp | 4 +- 2 files changed, 68 insertions(+), 62 deletions(-) diff --git a/src/gui/qt/gui_800x480/gametable_800x480.ui b/src/gui/qt/gui_800x480/gametable_800x480.ui index 985b524c..181359c9 100644 --- a/src/gui/qt/gui_800x480/gametable_800x480.ui +++ b/src/gui/qt/gui_800x480/gametable_800x480.ui @@ -2655,13 +2655,13 @@ p, li { white-space: pre-wrap; } 390 - 80 + 82 390 - 80 + 82 @@ -2679,20 +2679,20 @@ p, li { white-space: pre-wrap; } 390 - 80 + 82 390 - 80 + 82 - 326 - 2 + 309 + 3 48 76 @@ -2716,8 +2716,8 @@ p, li { white-space: pre-wrap; } - 83 - 2 + 102 + 3 48 76 @@ -2741,22 +2741,22 @@ p, li { white-space: pre-wrap; } - 81 + 99 0 - 52 - 80 + 54 + 82 - 52 - 80 + 54 + 82 - 52 - 80 + 54 + 82 @@ -2766,22 +2766,22 @@ p, li { white-space: pre-wrap; } - 0 + 30 0 - 52 - 80 + 54 + 82 - 52 - 80 + 54 + 82 - 52 - 80 + 54 + 82 @@ -2791,8 +2791,8 @@ p, li { white-space: pre-wrap; } - 2 - 2 + 33 + 3 48 76 @@ -2816,22 +2816,22 @@ p, li { white-space: pre-wrap; } - 324 + 306 0 - 52 - 80 + 54 + 82 - 52 - 80 + 54 + 82 - 52 - 80 + 54 + 82 @@ -2841,22 +2841,22 @@ p, li { white-space: pre-wrap; } - 162 + 168 0 - 52 - 80 + 54 + 82 - 52 - 80 + 54 + 82 - 52 - 80 + 54 + 82 @@ -2866,8 +2866,8 @@ p, li { white-space: pre-wrap; } - 164 - 2 + 171 + 3 48 76 @@ -2891,22 +2891,22 @@ p, li { white-space: pre-wrap; } - 243 + 237 0 - 52 - 80 + 54 + 82 - 52 - 80 + 54 + 82 - 52 - 80 + 54 + 82 @@ -2916,8 +2916,8 @@ p, li { white-space: pre-wrap; } - 245 - 2 + 240 + 3 48 76 @@ -2997,7 +2997,10 @@ p, li { white-space: pre-wrap; } - Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter + Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter + + + 4 @@ -3080,7 +3083,10 @@ p, li { white-space: pre-wrap; } - Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter + Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter + + + 4 @@ -3473,7 +3479,7 @@ p, li { white-space: pre-wrap; } 12 - 46 + 48 50 50 @@ -3498,7 +3504,7 @@ p, li { white-space: pre-wrap; } 12 - 100 + 107 136 15 @@ -3525,8 +3531,8 @@ p, li { white-space: pre-wrap; } - 56 - 10 + 58 + 8 90 13 @@ -3550,8 +3556,8 @@ p, li { white-space: pre-wrap; } - 50 - 92 + 48 + 96 90 13 @@ -3579,7 +3585,7 @@ p, li { white-space: pre-wrap; } 21 - 7 + 12 28 28 @@ -3607,7 +3613,7 @@ p, li { white-space: pre-wrap; } 68 - 19 + 21 48 76 @@ -3632,7 +3638,7 @@ p, li { white-space: pre-wrap; } 90 - 19 + 21 48 76 diff --git a/src/gui/qt/styles/gametablestylereader.cpp b/src/gui/qt/styles/gametablestylereader.cpp index 2554e839..beb2a64b 100644 --- a/src/gui/qt/styles/gametablestylereader.cpp +++ b/src/gui/qt/styles/gametablestylereader.cpp @@ -69,8 +69,8 @@ GameTableStyleReader::GameTableStyleReader(ConfigFile *c, QWidget *w) tabBarPaddingTop = "0"; tabBarPaddingSide = "9"; textBrowserFontsize= "10"; - cashFontSize = "13"; - setLabelFontSize = "13"; + cashFontSize = "12"; + setLabelFontSize = "12"; playerNameLabelFontSize = "11"; smallBoardFontSize = "13"; bigBoardFontSize = "17";