UI: better alignment of overview-screen
This commit is contained in:
parent
36bb9d6e27
commit
0e7b73e166
@ -874,7 +874,7 @@ font-weight:bold;
|
|||||||
font-size:14px;
|
font-size:14px;
|
||||||
min-height:35px;
|
min-height:35px;
|
||||||
}
|
}
|
||||||
|
/******************************************************************/
|
||||||
QWidget .QFrame#frameDarksend .QLabel#labelDarksendSyncStatus { /* Darksend Sync Status */
|
QWidget .QFrame#frameDarksend .QLabel#labelDarksendSyncStatus { /* Darksend Sync Status */
|
||||||
qproperty-alignment: 'AlignVCenter | AlignLeft';
|
qproperty-alignment: 'AlignVCenter | AlignLeft';
|
||||||
margin-left:20px;
|
margin-left:20px;
|
||||||
@ -890,6 +890,7 @@ font-weight:normal;
|
|||||||
min-height:25px;
|
min-height:25px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
QWidget .QFrame#frameDarksend #formLayoutWidget .QLabel#label_6 { /* Darksend Status Label */
|
QWidget .QFrame#frameDarksend #formLayoutWidget .QLabel#label_6 { /* Darksend Status Label */
|
||||||
qproperty-alignment: 'AlignVCenter | AlignRight';
|
qproperty-alignment: 'AlignVCenter | AlignRight';
|
||||||
min-width:160px;
|
min-width:160px;
|
||||||
@ -1041,15 +1042,16 @@ QWidget .QFrame#frame_2 { /* Transactions Widget */
|
|||||||
min-width:410px;
|
min-width:410px;
|
||||||
margin-right:20px;
|
margin-right:20px;
|
||||||
margin-left:0;
|
margin-left:0;
|
||||||
|
margin-top:0;
|
||||||
background-image: url(':/images/dash_logo_horizontal');
|
background-image: url(':/images/dash_logo_horizontal');
|
||||||
background-repeat:none;
|
background-repeat:none;
|
||||||
}
|
}
|
||||||
|
|
||||||
QWidget .QFrame#frame_2 .QLabel#label_4 { /* Recent Transactions Label */
|
QWidget .QFrame#frame_2 .QLabel#label_4 { /* Recent Transactions Label */
|
||||||
min-width:200px;
|
min-width:180px;
|
||||||
color:#3398CC;
|
color:#3398CC;
|
||||||
margin-left:67px;
|
margin-left:67px;
|
||||||
margin-top:123px;
|
margin-top:83px;
|
||||||
margin-right:5px;
|
margin-right:5px;
|
||||||
padding-right:5px;
|
padding-right:5px;
|
||||||
font-weight:bold;
|
font-weight:bold;
|
||||||
@ -1058,9 +1060,11 @@ min-height:24px;
|
|||||||
}
|
}
|
||||||
|
|
||||||
QWidget .QFrame#frame_2 .QLabel#labelTransactionsStatus { /* Recent Transactions Sync Status */
|
QWidget .QFrame#frame_2 .QLabel#labelTransactionsStatus { /* Recent Transactions Sync Status */
|
||||||
qproperty-alignment: 'AlignBottom | AlignLeft';
|
qproperty-alignment: 'AlignBottom | AlignRight';
|
||||||
margin-top:123px;
|
min-width:93px;
|
||||||
|
margin-top:83px;
|
||||||
margin-left:16px;
|
margin-left:16px;
|
||||||
|
margin-right:5px;
|
||||||
min-height:16px;
|
min-height:16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -1068,6 +1072,7 @@ QWidget .QFrame#frame_2 QListView { /* Transaction List */
|
|||||||
font-weight:normal;
|
font-weight:normal;
|
||||||
font-size:12px;
|
font-size:12px;
|
||||||
max-width:369px;
|
max-width:369px;
|
||||||
|
margin-top:12px;
|
||||||
margin-left:0px; /* CSS Voodoo - set to -66px to hide default transaction icons */
|
margin-left:0px; /* CSS Voodoo - set to -66px to hide default transaction icons */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 7.8 KiB After Width: | Height: | Size: 7.0 KiB |
Loading…
Reference in New Issue
Block a user