QTfrontend/res/css/qt.css
changeset 8925 f52c6f9800ca
parent 8475 f605bc59c603
child 8976 5d9f43ad036a
--- 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
+}