mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-13 11:25:46 -04:00
Small change (fix)
Added tiny fix for table view column "type", when launch Ducko in list mode the type column get a bit squished, I just increased it a bit this number.
This commit is contained in:
@ -278,7 +278,7 @@ void GameListWidget::resizeEvent(QResizeEvent* event)
|
|||||||
void GameListWidget::resizeTableViewColumnsToFit()
|
void GameListWidget::resizeTableViewColumnsToFit()
|
||||||
{
|
{
|
||||||
QtUtils::ResizeColumnsForTableView(m_table_view, {
|
QtUtils::ResizeColumnsForTableView(m_table_view, {
|
||||||
32, // type
|
45, // type
|
||||||
80, // code
|
80, // code
|
||||||
-1, // title
|
-1, // title
|
||||||
-1, // file title
|
-1, // file title
|
||||||
|
Reference in New Issue
Block a user