Plugin tool icons on control_input
[KiwiIRC.git] / client / assets / dev / view.js
index c4c4bc62949929d1d5561907e5b9fb88a36e4221..d9522a1e6783d561ff63d0b24efbe026a3721a9a 100644 (file)
@@ -1237,6 +1237,9 @@ _kiwi.view.Application = Backbone.View.extend({
             // And move the handle just out of sight to the right\r
             el_resize_handle.css('left', el_panels.outerWidth(true));\r
         }\r
+\r
+        var input_wrap_width = parseInt($('#kiwi #controlbox .input_tools').outerWidth());\r
+        el_controlbox.find('.input_wrap').css('right', input_wrap_width + 7);\r
     },\r
 \r
 \r