Fix controls config dialog

Signed-off-by: swurl <swurl@swurl.xyz>
This commit is contained in:
crueter 2025-04-09 20:38:34 -04:00 committed by GitHub
parent 9cef9f5dce
commit 9278eac8f0
6 changed files with 1256 additions and 1621 deletions

View file

@ -7,13 +7,13 @@
<x>0</x>
<y>0</y>
<width>650</width>
<height>650</height>
<height>700</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>0</width>
<height>650</height>
<height>675</height>
</size>
</property>
<property name="windowTitle">
@ -71,7 +71,7 @@
<item>
<widget class="QDialogButtonBox" name="buttonBox">
<property name="standardButtons">
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
<set>QDialogButtonBox::StandardButton::Cancel|QDialogButtonBox::StandardButton::Ok</set>
</property>
</widget>
</item>