Skip to content

Commit 66ac3e6

Browse files
luke-jrinstagibbs
authored andcommitted
GUI: Move the "Recent Transactions" view below "Balances"
1 parent 6ab7bcc commit 66ac3e6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/qt/overviewpage.cpp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,11 @@ OverviewPage::OverviewPage(const PlatformStyle *platformStyle, QWidget *parent)
119119

120120
m_balances.balance[::policyAsset] = -1;
121121

122+
// Move the "Recent Transactions" view below "Balances"
123+
ui->verticalLayout_3->removeWidget(ui->frame_2);
124+
ui->verticalLayout_2->addWidget(ui->frame_2);
125+
ui->horizontalLayout->removeItem(ui->verticalLayout_3);
126+
122127
// use a SingleColorIcon for the "out of sync warning" icon
123128
QIcon icon = platformStyle->SingleColorIcon(":/icons/warning");
124129
icon.addPixmap(icon.pixmap(QSize(64,64), QIcon::Normal), QIcon::Disabled); // also set the disabled icon because we are using a disabled QPushButton to work around missing HiDPI support of QLabel (https://bugreports.qt.io/browse/QTBUG-42503)

0 commit comments

Comments
 (0)