diff --git a/app/frames/NoFrame.qml b/app/frames/NoFrame.qml
index ff4feba..ab4c529 100644
--- a/app/frames/NoFrame.qml
+++ b/app/frames/NoFrame.qml
@@ -13,8 +13,8 @@ TerminalFrame{
     borderBottom: 0
     sourceRect: Qt.rect(-15,
                         -15,
-                        terminal.width + 15,
-                        terminal.height + 15)
+                        terminal.width + 30,
+                        terminal.height + 30)
 
     displacementLeft: 0
     displacementTop: 0