those "Unknown property overflow" messages were kinda getting old, time to get rid of them. also fix a typo in changelog spotted by c_korn 0.9.19
authorsheepluva
Mon, 03 Jun 2013 23:09:06 +0200
branch0.9.19
changeset 9108 83cc372c05d9
parent 9106 5ce3cfe45476
child 9110 3883b5dc600c
those "Unknown property overflow" messages were kinda getting old, time to get rid of them. also fix a typo in changelog spotted by c_korn
ChangeLog.txt
QTfrontend/res/css/qt.css
--- a/ChangeLog.txt	Tue Jun 04 00:20:06 2013 +0400
+++ b/ChangeLog.txt	Mon Jun 03 23:09:06 2013 +0200
@@ -32,7 +32,7 @@
  * Forbid kicking on 1v1 matches
  * Desync fixes
  * Fixed fort mode
- * Making very large maps now works properly with targetted weapons
+ * Making very large maps now works properly with targeted weapons
  * ParseCommand should be safe to use in Lua now, at any time
  * Fixes to many weapons. Mudball, blowtorch, explosives, cluster bomb spread, portal.
 
--- a/QTfrontend/res/css/qt.css	Tue Jun 04 00:20:06 2013 +0400
+++ b/QTfrontend/res/css/qt.css	Mon Jun 03 23:09:06 2013 +0200
@@ -176,15 +176,10 @@
 height: 10px;
 }
 
-QLabel {
-overflow: hidden;
-}
-
 QComboBox {
 border-radius: 10px;
 padding: 3px;
 height: 18px;
-overflow: hidden;
 }
 QComboBox:pressed{
 border-color: white;