Skip to content

Commit 8775fbe

Browse files
author
Ales Kutsepau
committed
Added top Padding to units in parameter
1 parent 07db2cb commit 8775fbe

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ node_modules/
2828
*.pyproject.user
2929
*.pyproject.user.*
3030
CMakeLists.txt.user*
31+
*settings.ini
3132

3233
# PyCharm
3334
.idea/

src/EasyApplication/Gui/Elements/Parameter.qml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ EaElements.TextField {
3333
anchors.verticalCenter: control.verticalCenter
3434
leftPadding: EaStyle.Sizes.fontPixelSize * 0.5
3535
rightPadding: EaStyle.Sizes.fontPixelSize * 0.75
36+
topPadding: EaStyle.Sizes.fontPixelSize * 0.25
3637

3738
font: control.font
3839
color: control.placeholderTextColor

0 commit comments

Comments
 (0)