Skip to content

Commit

Permalink
Merge pull request mhogomchungu#265 from GongHeng2017/20240726-master…
Browse files Browse the repository at this point in the history
…-fix

fix: [UI] Some button layout adjustments
  • Loading branch information
mhogomchungu authored Jul 31, 2024
2 parents e71e619 + 4efc78f commit fdf102e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/keydialog.ui
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@
<widget class="QPushButton" name="pbCancel">
<property name="geometry">
<rect>
<x>330</x>
<x>335</x>
<y>180</y>
<width>101</width>
<width>95</width>
<height>31</height>
</rect>
</property>
Expand Down Expand Up @@ -147,7 +147,7 @@
<rect>
<x>130</x>
<y>180</y>
<width>101</width>
<width>95</width>
<height>31</height>
</rect>
</property>
Expand Down Expand Up @@ -225,7 +225,7 @@
<rect>
<x>230</x>
<y>180</y>
<width>101</width>
<width>95</width>
<height>31</height>
</rect>
</property>
Expand Down Expand Up @@ -299,7 +299,7 @@
<widget class="QPushButton" name="pbSetKey">
<property name="geometry">
<rect>
<x>170</x>
<x>165</x>
<y>180</y>
<width>111</width>
<height>31</height>
Expand All @@ -312,7 +312,7 @@
<widget class="QPushButton" name="pbSetKeyCancel">
<property name="geometry">
<rect>
<x>280</x>
<x>285</x>
<y>180</y>
<width>111</width>
<height>31</height>
Expand Down

0 comments on commit fdf102e

Please sign in to comment.