From 0d1faa203e80e6ab429cf0c1d836866b46a7d39e Mon Sep 17 00:00:00 2001 From: Konstantin Akimov Date: Fri, 12 Jul 2024 17:33:24 +0700 Subject: [PATCH] fix: removed maximum width of transaction list on overview page It makes bitcoin-core/gui#205 to works correctly --- src/qt/res/css/general.css | 1 - 1 file changed, 1 deletion(-) diff --git a/src/qt/res/css/general.css b/src/qt/res/css/general.css index 59f4c3a4ab..af65262129 100644 --- a/src/qt/res/css/general.css +++ b/src/qt/res/css/general.css @@ -1544,7 +1544,6 @@ QWidget .QFrame#frame_2 .QLabel#labelTransactionsStatus { /* Recent Transactions QWidget .QFrame#frame_2 QListView { /* Transaction List */ background: #00000000; - max-width: 430px; margin-right: 10px; }