Skip to content

Commit 4efc78f

Browse files
committed
fix: [UI] Some button layout adjustments
Add space of button. Log: fix issue#264 Bug: mhogomchungu#264
1 parent ef38da3 commit 4efc78f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/keydialog.ui

+6-6
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@
3535
<widget class="QPushButton" name="pbCancel">
3636
<property name="geometry">
3737
<rect>
38-
<x>330</x>
38+
<x>335</x>
3939
<y>180</y>
40-
<width>101</width>
40+
<width>95</width>
4141
<height>31</height>
4242
</rect>
4343
</property>
@@ -147,7 +147,7 @@
147147
<rect>
148148
<x>130</x>
149149
<y>180</y>
150-
<width>101</width>
150+
<width>95</width>
151151
<height>31</height>
152152
</rect>
153153
</property>
@@ -225,7 +225,7 @@
225225
<rect>
226226
<x>230</x>
227227
<y>180</y>
228-
<width>101</width>
228+
<width>95</width>
229229
<height>31</height>
230230
</rect>
231231
</property>
@@ -299,7 +299,7 @@
299299
<widget class="QPushButton" name="pbSetKey">
300300
<property name="geometry">
301301
<rect>
302-
<x>170</x>
302+
<x>165</x>
303303
<y>180</y>
304304
<width>111</width>
305305
<height>31</height>
@@ -312,7 +312,7 @@
312312
<widget class="QPushButton" name="pbSetKeyCancel">
313313
<property name="geometry">
314314
<rect>
315-
<x>280</x>
315+
<x>285</x>
316316
<y>180</y>
317317
<width>111</width>
318318
<height>31</height>

0 commit comments

Comments
 (0)