mirror of
https://github.com/monero-project/monero-gui
synced 2025-01-04 20:26:23 +01:00
Design polish work
This commit is contained in:
parent
70983136bc
commit
57c0477fc6
@ -94,7 +94,7 @@ ListView {
|
|||||||
property bool collapsed: index ? false : true
|
property bool collapsed: index ? false : true
|
||||||
height: collapsed ? 180 * scaleRatio : 70 * scaleRatio
|
height: collapsed ? 180 * scaleRatio : 70 * scaleRatio
|
||||||
width: listView.width
|
width: listView.width
|
||||||
color: "#CC000000"
|
color: "transparent"
|
||||||
|
|
||||||
function collapse(){
|
function collapse(){
|
||||||
delegate.height = 180 * scaleRatio;
|
delegate.height = 180 * scaleRatio;
|
||||||
|
@ -46,7 +46,7 @@ ColumnLayout {
|
|||||||
property bool wrapAnywhere: true
|
property bool wrapAnywhere: true
|
||||||
property bool showingHeader: true
|
property bool showingHeader: true
|
||||||
property bool showBorder: true
|
property bool showBorder: true
|
||||||
property int fontSize: 18 * scaleRatio
|
property int fontSize: 16 * scaleRatio
|
||||||
|
|
||||||
signal labelButtonClicked();
|
signal labelButtonClicked();
|
||||||
signal inputLabelLinkActivated();
|
signal inputLabelLinkActivated();
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 203 B After Width: | Height: | Size: 14 KiB |
@ -276,7 +276,7 @@ Rectangle {
|
|||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
|
|
||||||
height: 10
|
height: 10
|
||||||
color: "#CC000000"
|
color: "transparent"
|
||||||
|
|
||||||
Rectangle {
|
Rectangle {
|
||||||
anchors.top: parent.top
|
anchors.top: parent.top
|
||||||
|
@ -142,7 +142,6 @@ Rectangle {
|
|||||||
|
|
||||||
Clipboard { id: clipboard }
|
Clipboard { id: clipboard }
|
||||||
|
|
||||||
|
|
||||||
/* main layout */
|
/* main layout */
|
||||||
ColumnLayout {
|
ColumnLayout {
|
||||||
id: mainLayout
|
id: mainLayout
|
||||||
@ -159,7 +158,6 @@ Rectangle {
|
|||||||
property int lineEditFontSize: 12 * scaleRatio
|
property int lineEditFontSize: 12 * scaleRatio
|
||||||
property int qrCodeSize: 240 * scaleRatio
|
property int qrCodeSize: 240 * scaleRatio
|
||||||
|
|
||||||
|
|
||||||
ColumnLayout {
|
ColumnLayout {
|
||||||
id: addressRow
|
id: addressRow
|
||||||
spacing: 0
|
spacing: 0
|
||||||
@ -175,7 +173,7 @@ Rectangle {
|
|||||||
Layout.topMargin: 10
|
Layout.topMargin: 10
|
||||||
|
|
||||||
height: 10
|
height: 10
|
||||||
color: "#CC000000"
|
color: "transparent"
|
||||||
|
|
||||||
Rectangle {
|
Rectangle {
|
||||||
anchors.top: parent.top
|
anchors.top: parent.top
|
||||||
|
Loading…
Reference in New Issue
Block a user