# HG changeset patch # User sheepluva # Date 1370293746 -7200 # Node ID 83cc372c05d973cb507bd06a0c9164751ee81022 # Parent 5ce3cfe45476940438f45b91d967858bb8ea619e 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 diff -r 5ce3cfe45476 -r 83cc372c05d9 ChangeLog.txt --- 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. diff -r 5ce3cfe45476 -r 83cc372c05d9 QTfrontend/res/css/qt.css --- 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;