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
--- 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;