Skip to content

Commit

Permalink
> Fixed clipping for global variable popup
Browse files Browse the repository at this point in the history
  • Loading branch information
trueromanus committed Jan 9, 2025
1 parent e25c58e commit b67ca8c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Views/HttpRequestEditor.qml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ Item {
id: globalVariablesListView
anchors.fill: parent
model: backend.globalVariables.variableNames
clip: true
delegate: Item {
width: globalVariablesListView.width
height: 30
Expand Down

0 comments on commit b67ca8c

Please sign in to comment.