From b67ca8cf2da25c417aac9a4bc23ed49d0980766e Mon Sep 17 00:00:00 2001 From: Roman Vladimirov Date: Thu, 9 Jan 2025 11:10:43 +0300 Subject: [PATCH] > Fixed clipping for global variable popup --- src/Views/HttpRequestEditor.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Views/HttpRequestEditor.qml b/src/Views/HttpRequestEditor.qml index 699c32d..50d7907 100644 --- a/src/Views/HttpRequestEditor.qml +++ b/src/Views/HttpRequestEditor.qml @@ -107,6 +107,7 @@ Item { id: globalVariablesListView anchors.fill: parent model: backend.globalVariables.variableNames + clip: true delegate: Item { width: globalVariablesListView.width height: 30