mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-04 16:32:39 +00:00
Miscellaneous settings dialog changes #2
This commit is contained in:
parent
5a31ef2481
commit
7f8e40dbca
@ -1,4 +1,6 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!-- SPDX-FileCopyrightText: Copyright 2024 shadPS4 Emulator Project
|
||||||
|
SPDX-License-Identifier: GPL-2.0-or-later -->
|
||||||
<ui version="4.0">
|
<ui version="4.0">
|
||||||
<class>SettingsDialog</class>
|
<class>SettingsDialog</class>
|
||||||
<widget class="QDialog" name="SettingsDialog">
|
<widget class="QDialog" name="SettingsDialog">
|
||||||
@ -599,7 +601,7 @@
|
|||||||
<property name="title">
|
<property name="title">
|
||||||
<string>Widget Style</string>
|
<string>Widget Style</string>
|
||||||
</property>
|
</property>
|
||||||
<layout class="QVBoxLayout" name="UpdateLayout_2" stretch="0,0">
|
<layout class="QVBoxLayout" name="widgetLayout" stretch="0,0">
|
||||||
<property name="spacing">
|
<property name="spacing">
|
||||||
<number>5</number>
|
<number>5</number>
|
||||||
</property>
|
</property>
|
||||||
@ -635,7 +637,7 @@
|
|||||||
<property name="title">
|
<property name="title">
|
||||||
<string>Current Widget Style</string>
|
<string>Current Widget Style</string>
|
||||||
</property>
|
</property>
|
||||||
<layout class="QVBoxLayout" name="verticalLayout">
|
<layout class="QVBoxLayout" name="currentwidgetLayout">
|
||||||
<item>
|
<item>
|
||||||
<widget class="QComboBox" name="currentwidgetComboBox">
|
<widget class="QComboBox" name="currentwidgetComboBox">
|
||||||
<property name="enabled">
|
<property name="enabled">
|
||||||
|
Loading…
Reference in New Issue
Block a user