diff options
author | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2020-12-18 01:31:33 +0200 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2020-12-18 08:56:36 +0100 |
commit | ef7a155cf06bf54fff4ff9fda9b28207fcc9adfb (patch) | |
tree | de299c237c8c7738f97f446f8229906e16201062 | |
parent | 35a10e4ebc9da916c470d2a9e5b68c3cfc3efd02 (diff) |
qt: Align layout of checkboxes
Github-Pull: bitcoin-core/gui#155
Rebased-From: e71b656f317f38ef0ba0874736f116dae39efc67
-rw-r--r-- | src/qt/forms/createwalletdialog.ui | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/qt/forms/createwalletdialog.ui b/src/qt/forms/createwalletdialog.ui index ea713e1abd..0b33c2cb8d 100644 --- a/src/qt/forms/createwalletdialog.ui +++ b/src/qt/forms/createwalletdialog.ui @@ -60,7 +60,7 @@ <rect> <x>20</x> <y>50</y> - <width>171</width> + <width>220</width> <height>22</height> </rect> </property> @@ -79,7 +79,7 @@ <rect> <x>20</x> <y>90</y> - <width>130</width> + <width>220</width> <height>21</height> </rect> </property> @@ -98,7 +98,7 @@ <rect> <x>20</x> <y>115</y> - <width>171</width> + <width>220</width> <height>22</height> </rect> </property> @@ -130,7 +130,7 @@ <rect> <x>20</x> <y>155</y> - <width>171</width> + <width>220</width> <height>22</height> </rect> </property> |