mirror of
https://github.com/RetroDECK/Duckstation.git
synced 2025-02-18 11:55:38 +00:00
Qt/MemoryCardEditor: Increase default filename column size
This commit is contained in:
parent
645ce6658c
commit
47e2cd382b
|
@ -53,8 +53,8 @@ bool MemoryCardEditorDialog::setCardB(const QString& path)
|
||||||
|
|
||||||
void MemoryCardEditorDialog::resizeEvent(QResizeEvent* ev)
|
void MemoryCardEditorDialog::resizeEvent(QResizeEvent* ev)
|
||||||
{
|
{
|
||||||
QtUtils::ResizeColumnsForTableView(m_card_a.table, {32, -1, 100, 45});
|
QtUtils::ResizeColumnsForTableView(m_card_a.table, {32, -1, 155, 45});
|
||||||
QtUtils::ResizeColumnsForTableView(m_card_b.table, {32, -1, 100, 45});
|
QtUtils::ResizeColumnsForTableView(m_card_b.table, {32, -1, 155, 45});
|
||||||
}
|
}
|
||||||
|
|
||||||
void MemoryCardEditorDialog::closeEvent(QCloseEvent* ev)
|
void MemoryCardEditorDialog::closeEvent(QCloseEvent* ev)
|
||||||
|
|
Loading…
Reference in a new issue