diff -r 2dfe7c57667c -r f52c6f9800ca QTfrontend/res/css/qt.css --- a/QTfrontend/res/css/qt.css Fri Apr 19 16:30:39 2013 -0400 +++ b/QTfrontend/res/css/qt.css Sat Apr 20 19:03:57 2013 -0400 @@ -176,9 +176,15 @@ height: 10px; } +QLabel { +overflow: hidden; +} + QComboBox { border-radius: 10px; padding: 3px; +height: 18px; +overflow: hidden; } QComboBox:pressed{ border-color: white; @@ -326,4 +332,4 @@ TeamSelWidget, #gameStackContainer, #GBoxOptions { border-radius: 10px; -} \ No newline at end of file +}