We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07db2cb commit 8775fbeCopy full SHA for 8775fbe
2 files changed
.gitignore
@@ -28,6 +28,7 @@ node_modules/
28
*.pyproject.user
29
*.pyproject.user.*
30
CMakeLists.txt.user*
31
+*settings.ini
32
33
# PyCharm
34
.idea/
src/EasyApplication/Gui/Elements/Parameter.qml
@@ -33,6 +33,7 @@ EaElements.TextField {
anchors.verticalCenter: control.verticalCenter
leftPadding: EaStyle.Sizes.fontPixelSize * 0.5
35
rightPadding: EaStyle.Sizes.fontPixelSize * 0.75
36
+ topPadding: EaStyle.Sizes.fontPixelSize * 0.25
37
38
font: control.font
39
color: control.placeholderTextColor
0 commit comments