From 57c0477fc6efeb6ce618ed35d27dd29820c29ee5 Mon Sep 17 00:00:00 2001 From: Sander Ferdinand Date: Wed, 21 Mar 2018 02:12:02 +0100 Subject: [PATCH] Design polish work --- components/HistoryTable.qml | 2 +- components/LineEditMulti.qml | 2 +- images/historyBorderRadius.png | Bin 203 -> 14768 bytes pages/History.qml | 2 +- pages/Receive.qml | 4 +--- 5 files changed, 4 insertions(+), 6 deletions(-) diff --git a/components/HistoryTable.qml b/components/HistoryTable.qml index b7a32d41..e5abbc65 100644 --- a/components/HistoryTable.qml +++ b/components/HistoryTable.qml @@ -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; diff --git a/components/LineEditMulti.qml b/components/LineEditMulti.qml index 02f281f3..dd5199d4 100644 --- a/components/LineEditMulti.qml +++ b/components/LineEditMulti.qml @@ -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(); diff --git a/images/historyBorderRadius.png b/images/historyBorderRadius.png index c18a6b9f66e73b7f8bf287adcbe9d74d7d65f159..ee86e191128341871d7a56b843838f57f43e03d8 100755 GIT binary patch literal 14768 zcmeI3PmB{)9LFC*R#^c_2oVW}Nzo``JAb;}-HvS$wqQ50uvwO{dr)^e^SV3G&Wtlt z+FcV^{v9-W@dB9D=)nUfdcm79pv1$PpeGNKplj5K97Ka5U@-N~Ot<~D+w#D0e3R_< z*Z02P-+S|UzxO(qd3|Wt3oEGA$v?5`7V>4el^JsodU%cZ zw*~c9gp&QB2wa?ClI9*GI z_QkS7)*8T*dS=?jd!~1dsM813xE9))>P}Q-lAwrPg{u?`h9g&!AwRE7Vy~GGalXVo zkPL0}2INMwL)?IAV=fly4XdIka((fL80(Kpv1d6+5M#U$=S3kbh_WcilEBrjP^z0m z30up{!|9#1;mEgSXwr2pndi&pa-g^US1_H`^0jUA!LR}_mEBLd&fq^Wg}Rk92I)HIdH z1zg02>kyyV)@MzcuIWsg9fquTcO00kNj6&_yX}07#kNB`?v8^5K@DkJr!z8TVSX4p zX319Zj)UY@HnqEZSI;*Vrzw-y({b*&qIa-)J%PK z0zz(Jz^^Lq>3zDPnPq2lf^W4n*1M4nrxh2cNImw4g=kn3M@T)!NImv$A%P%(B!RLe zN7mHz{8YOfk}OFu2T-==Ap1vCT;;B^KrP6lsdC=5i;A1li^>G%En_0VHyVMmURCmd zSukxfEu4xb_;$^}%Q;Jwqo zpf@i>(AvB{3l+O~JrmxcCX-qq^HTgZ5EJ~Ow#LYTe$-pjLdnwXuj5sv zNbbw`w05*Lj&(AEj+!x8D)4jeuVm0l9u~-R3SWOvX

|M!3&GnBk%#f&zvM(xAo+7Zni{FkFxZHDIYL5&$MDk3OgxF8K`%y3Z=K>@=BX;5Q^i;4&e7%oVI8Z%r}L{PwRK^oMU z;i4jf0)`9HpvDXr6%iCLT#yDeX1J(`pn&0mG^jDdMMVS!3>Tz9jTtT~A}CtUaeMFc&`^$t2xW-xLK`kUE275n|!@MG>_FZ$Df&<<9NP$ z#q+&M{!Mtfg3hCZ-~V{-@ZrCXJ^08k>%42jh7I{IdM=R3kn~5-Xhdn{#>Y?1oj?En zmk+GH`RU>6p;T8_*WOb%e!g<)^dCQbzGZHvYyO+($!n6H<@m)9R?Y~kPyDpees67N z|JAW0k1NY>oOfr=KDB@S>XWNxLT9+Y&tBX8@@vahAGvt>j7Ni9n8@z zJ%e}^o3$CXT5w>LNikrtu`#fOEM}VDJpP}`Ift2R0d&9I0BGt7*aA4K>YkZJM0zv3 zr<8^q9st~k=p90MOegBB>FT}b7~^a1mlc2tz=epkghqH&)i7NM;aNf>JTY^zDTl3y l^h@B{%sxwClTsS~!7nv8Ls6WN9-ROH002ovPDHLkV1g*0Q33z} diff --git a/pages/History.qml b/pages/History.qml index 079373bc..ad4bbb60 100644 --- a/pages/History.qml +++ b/pages/History.qml @@ -276,7 +276,7 @@ Rectangle { Layout.fillWidth: true height: 10 - color: "#CC000000" + color: "transparent" Rectangle { anchors.top: parent.top diff --git a/pages/Receive.qml b/pages/Receive.qml index 75504387..ee028395 100644 --- a/pages/Receive.qml +++ b/pages/Receive.qml @@ -142,7 +142,6 @@ Rectangle { Clipboard { id: clipboard } - /* main layout */ ColumnLayout { id: mainLayout @@ -159,7 +158,6 @@ Rectangle { property int lineEditFontSize: 12 * scaleRatio property int qrCodeSize: 240 * scaleRatio - ColumnLayout { id: addressRow spacing: 0 @@ -175,7 +173,7 @@ Rectangle { Layout.topMargin: 10 height: 10 - color: "#CC000000" + color: "transparent" Rectangle { anchors.top: parent.top