Index: include.postload.js |
=================================================================== |
--- a/include.postload.js |
+++ b/include.postload.js |
@@ -563,7 +563,7 @@ |
sendResponse({filters: clickHide_filters}); |
clickHideFiltersDialog.style.width = (msg.width + 5) + "px"; |
- clickHideFiltersDialog.style.height = (msg.height + 5) + "px"; |
+ clickHideFiltersDialog.style.height = (msg.height + 15) + "px"; |
clickHideFiltersDialog.style.visibility = "visible"; |
} |
break; |