From df6f9734940ffd8d6d59f28ed33697e2e917a691 Mon Sep 17 00:00:00 2001 From: doitux Date: Thu, 11 Dec 2008 22:37:42 +0000 Subject: [PATCH] font size fixes --- src/gui/qt/gametable/gametableimpl.cpp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/gui/qt/gametable/gametableimpl.cpp b/src/gui/qt/gametable/gametableimpl.cpp index 268c5cf4..812bc96c 100755 --- a/src/gui/qt/gametable/gametableimpl.cpp +++ b/src/gui/qt/gametable/gametableimpl.cpp @@ -397,12 +397,12 @@ gameTableImpl::gameTableImpl(ConfigFile *c, QMainWindow *parent) pushButton_voteOnKickYes->setStyleSheet("QPushButton:enabled { background-color: #1C7000; color: #99D500;} QPushButton:disabled { background-color: #145300; color: #486F3E; font-weight: 900;}"); pushButton_voteOnKickNo->setStyleSheet("QPushButton:enabled { background-color: #1C7000; color: #99D500;} QPushButton:disabled { background-color: #145300; color: #486F3E; font-weight: 900;}"); - label_timeout->setStyleSheet("QLabel { color: #99D500;}"); - label_kickVoteTimeout->setStyleSheet("QLabel { color: #99D500;}"); - label_kickUser->setStyleSheet("QLabel { color: #99D500;}"); - label_votesMonitor->setStyleSheet("QLabel { color: #99D500;}"); - label_voteStarterNick->setStyleSheet("QLabel { color: #99D500;}"); - label_votestartedby->setStyleSheet("QLabel { color: #99D500;}"); + label_timeout->setStyleSheet("QLabel { color: #99D500; font-size: 11px;}"); + label_kickVoteTimeout->setStyleSheet("QLabel { color: #99D500; font-size: 11px;}"); + label_kickUser->setStyleSheet("QLabel { color: #99D500; font-size: 11px;}"); + label_votesMonitor->setStyleSheet("QLabel { color: #99D500; font-size: 11px;}"); + label_voteStarterNick->setStyleSheet("QLabel { color: #99D500; font-size: 11px;}"); + label_votestartedby->setStyleSheet("QLabel { color: #99D500; font-size: 11px;}"); statusbar->setStyleSheet(" QStatusBar { "+ font1String +" font-size: 12px; color: #B7FF00; }");