diff options
| author | marcin <z.krzysztoff7@gmail.com> | 2014-07-09 16:18:48 +0200 |
|---|---|---|
| committer | marcin <z.krzysztoff7@gmail.com> | 2014-07-09 16:18:48 +0200 |
| commit | 92c594ca8cefa8ba59dcad1e3f5df170d1880ba0 (patch) | |
| tree | 236d2647ef6677c887013436f6b0d0cd733ae6ab /components/LineEdit.qml | |
| parent | 202da4caf9b3b26eda353016bc9f6fc9f2694ae6 (diff) | |
| download | monzero-gui-92c594ca8cefa8ba59dcad1e3f5df170d1880ba0.tar.gz monzero-gui-92c594ca8cefa8ba59dcad1e3f5df170d1880ba0.tar.xz monzero-gui-92c594ca8cefa8ba59dcad1e3f5df170d1880ba0.zip | |
dashboard + few tipitem fix + shortcuts
Diffstat (limited to 'components/LineEdit.qml')
| -rw-r--r-- | components/LineEdit.qml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/components/LineEdit.qml b/components/LineEdit.qml index aad227ae..0e5c7dc5 100644 --- a/components/LineEdit.qml +++ b/components/LineEdit.qml @@ -22,7 +22,7 @@ Item { Input { id: input anchors.fill: parent - anchors.leftMargin: 11 - anchors.rightMargin: 11 + anchors.leftMargin: 4 + anchors.rightMargin: 4 } } |
