forked from Public/monero-gui
Design polish work
This commit is contained in:
committed by
moneromooo-monero
parent
70983136bc
commit
57c0477fc6
@@ -94,7 +94,7 @@ ListView {
|
||||
property bool collapsed: index ? false : true
|
||||
height: collapsed ? 180 * scaleRatio : 70 * scaleRatio
|
||||
width: listView.width
|
||||
color: "#CC000000"
|
||||
color: "transparent"
|
||||
|
||||
function collapse(){
|
||||
delegate.height = 180 * scaleRatio;
|
||||
|
||||
@@ -46,7 +46,7 @@ ColumnLayout {
|
||||
property bool wrapAnywhere: true
|
||||
property bool showingHeader: true
|
||||
property bool showBorder: true
|
||||
property int fontSize: 18 * scaleRatio
|
||||
property int fontSize: 16 * scaleRatio
|
||||
|
||||
signal labelButtonClicked();
|
||||
signal inputLabelLinkActivated();
|
||||
|
||||
Reference in New Issue
Block a user