Add rpcs3 icon to save dialogs.
This commit is contained in:
@@ -10,6 +10,7 @@ save_data_info_dialog::save_data_info_dialog(const SaveDataEntry& save, QWidget*
|
||||
: QDialog(parent), m_entry(save)
|
||||
{
|
||||
setWindowTitle(tr("Save Data Information"));
|
||||
setWindowIcon(QIcon(":/rpcs3.ico"));
|
||||
|
||||
// Table
|
||||
m_list = new QTableWidget(this);
|
||||
|
||||
@@ -16,6 +16,7 @@ save_data_list_dialog::save_data_list_dialog(const std::vector<SaveDataEntry>& e
|
||||
: QDialog(parent), m_save_entries(entries), m_selectedEntry(-1), selectedEntryLabel(nullptr)
|
||||
{
|
||||
setWindowTitle(tr("Save Data Interface"));
|
||||
setWindowIcon(QIcon(":/rpcs3.ico"));
|
||||
setMinimumSize(QSize(400, 400));
|
||||
|
||||
// Table
|
||||
|
||||
Reference in New Issue
Block a user