mirror of
https://github.com/dashpay/dash.git
synced 2024-12-25 03:52:49 +01:00
fix: removed maximum width of transaction list on overview page
It makes bitcoin-core/gui#205 to works correctly
This commit is contained in:
parent
458384ab93
commit
0d1faa203e
@ -1544,7 +1544,6 @@ QWidget .QFrame#frame_2 .QLabel#labelTransactionsStatus { /* Recent Transactions
|
|||||||
|
|
||||||
QWidget .QFrame#frame_2 QListView { /* Transaction List */
|
QWidget .QFrame#frame_2 QListView { /* Transaction List */
|
||||||
background: #00000000;
|
background: #00000000;
|
||||||
max-width: 430px;
|
|
||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user