mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-17 08:11:51 +00:00
patch_manager: layout fixes
This commit is contained in:
parent
46e8b4f561
commit
ca07605835
@ -31,7 +31,7 @@ class patch_manager_dialog : public QDialog
|
|||||||
QString patch_version;
|
QString patch_version;
|
||||||
};
|
};
|
||||||
|
|
||||||
const QString tr_all_titles = tr("All titles - Warning: These patches will apply globally to all games. Use with caution!");
|
const QString tr_all_titles = tr("All titles - Warning: These patches apply to all games!");
|
||||||
const QString tr_all_serials = tr("All serials");
|
const QString tr_all_serials = tr("All serials");
|
||||||
const QString tr_all_versions = tr("All versions");
|
const QString tr_all_versions = tr("All versions");
|
||||||
|
|
||||||
|
@ -60,6 +60,9 @@
|
|||||||
<property name="contextMenuPolicy">
|
<property name="contextMenuPolicy">
|
||||||
<enum>Qt::CustomContextMenu</enum>
|
<enum>Qt::CustomContextMenu</enum>
|
||||||
</property>
|
</property>
|
||||||
|
<property name="indentation">
|
||||||
|
<number>20</number>
|
||||||
|
</property>
|
||||||
<property name="headerHidden">
|
<property name="headerHidden">
|
||||||
<bool>true</bool>
|
<bool>true</bool>
|
||||||
</property>
|
</property>
|
||||||
@ -79,7 +82,7 @@
|
|||||||
<property name="title">
|
<property name="title">
|
||||||
<string>Patch Information</string>
|
<string>Patch Information</string>
|
||||||
</property>
|
</property>
|
||||||
<layout class="QVBoxLayout" name="patch_info_gb_layout">
|
<layout class="QVBoxLayout" name="patch_info_gb_layout" stretch="0,0,0,0,0,0,0,1,0">
|
||||||
<item>
|
<item>
|
||||||
<widget class="QGroupBox" name="gb_title">
|
<widget class="QGroupBox" name="gb_title">
|
||||||
<property name="title">
|
<property name="title">
|
||||||
@ -217,13 +220,56 @@
|
|||||||
</property>
|
</property>
|
||||||
<layout class="QVBoxLayout" name="notes_layout">
|
<layout class="QVBoxLayout" name="notes_layout">
|
||||||
<item>
|
<item>
|
||||||
<widget class="QLabel" name="label_notes">
|
<widget class="QScrollArea" name="scrollArea_notes">
|
||||||
<property name="text">
|
<property name="frameShape">
|
||||||
<string/>
|
<enum>QFrame::NoFrame</enum>
|
||||||
</property>
|
</property>
|
||||||
<property name="wordWrap">
|
<property name="lineWidth">
|
||||||
|
<number>0</number>
|
||||||
|
</property>
|
||||||
|
<property name="widgetResizable">
|
||||||
<bool>true</bool>
|
<bool>true</bool>
|
||||||
</property>
|
</property>
|
||||||
|
<widget class="QWidget" name="scrollAreaWidgetContents_notes">
|
||||||
|
<property name="geometry">
|
||||||
|
<rect>
|
||||||
|
<x>0</x>
|
||||||
|
<y>0</y>
|
||||||
|
<width>127</width>
|
||||||
|
<height>85</height>
|
||||||
|
</rect>
|
||||||
|
</property>
|
||||||
|
<layout class="QVBoxLayout" name="scrollAreaWidgetContents_notes">
|
||||||
|
<property name="spacing">
|
||||||
|
<number>0</number>
|
||||||
|
</property>
|
||||||
|
<property name="leftMargin">
|
||||||
|
<number>0</number>
|
||||||
|
</property>
|
||||||
|
<property name="topMargin">
|
||||||
|
<number>0</number>
|
||||||
|
</property>
|
||||||
|
<property name="rightMargin">
|
||||||
|
<number>0</number>
|
||||||
|
</property>
|
||||||
|
<property name="bottomMargin">
|
||||||
|
<number>0</number>
|
||||||
|
</property>
|
||||||
|
<item>
|
||||||
|
<widget class="QLabel" name="label_notes">
|
||||||
|
<property name="text">
|
||||||
|
<string/>
|
||||||
|
</property>
|
||||||
|
<property name="alignment">
|
||||||
|
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
|
||||||
|
</property>
|
||||||
|
<property name="wordWrap">
|
||||||
|
<bool>true</bool>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
</layout>
|
||||||
|
</widget>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
</layout>
|
</layout>
|
||||||
|
Loading…
Reference in New Issue
Block a user