Skip to content
Snippets Groups Projects
Commit d80186f7 authored by littletux89@gmail.com's avatar littletux89@gmail.com
Browse files

[*] Edits made.

parent 34b74415
No related branches found
No related tags found
1 merge request!11Cellframe clone
......@@ -18,6 +18,8 @@ DapAbstractScreen
property string newGoldImagePath: "qrc:/res/icons/ng_icon.png"
property string kelvinImagePath: "qrc:/res/icons/ic_klvn.png"
property alias dapListViewWallets: listViewWallets
Rectangle
{
id: titleBlock
......
......@@ -71,60 +71,12 @@ DapAbstractTopPanel
}
}
// Token selection combo box
Rectangle
{
id: frameComboBoxToken
anchors.left: frameComboBoxWallet.right
anchors.verticalCenter: parent.verticalCenter
anchors.leftMargin: 70 * pt
width: 148 * pt
color: "transparent"
DapComboBox
{
id: comboboxToken
model: modelTokens
mainLineText: "all tokens"
indicatorImageNormal: "qrc:/res/icons/ic_arrow_drop_down.png"
indicatorImageActive: "qrc:/res/icons/ic_arrow_drop_up.png"
sidePaddingNormal: 0 * pt
sidePaddingActive: 16 * pt
normalColorText: "#070023"
hilightColorText: "#FFFFFF"
normalColorTopText: "#FFFFFF"
hilightColorTopText: "#070023"
hilightColor: "#330F54"
normalTopColor: "#070023"
widthPopupComboBoxNormal: 148 * pt
widthPopupComboBoxActive: 180 * pt
heightComboBoxNormal: 24 * pt
heightComboBoxActive: 44 * pt
bottomIntervalListElement: 8 * pt
topEffect: false
x: popup.visible ? sidePaddingActive * (-1) : sidePaddingNormal
normalColor: "#FFFFFF"
hilightTopColor: normalColor
paddingTopItemDelegate: 8 * pt
heightListElement: 32 * pt
intervalListElement: 10 * pt
indicatorWidth: 24 * pt
indicatorHeight: indicatorWidth
indicatorLeftInterval: 8 * pt
colorTopNormalDropShadow: "#00000000"
colorDropShadow: "#40ABABAB"
fontComboBox.pixelSize: 14 * pt
fontComboBox.family: "Roboto"
}
}
// Static wallet balance text "Wallet balance"
Label
{
id: headerWalletBalance
text: qsTr("Wallet balance")
anchors.left: frameComboBoxToken.right
anchors.left: frameComboBoxWallet.right
anchors.leftMargin: 70 * pt
anchors.verticalCenter: parent.verticalCenter
font.family: DapMainApplicationWindow.dapFontRobotoRegular.name
......
Subproject commit ab16ad669cfc09a69d071a88add98110d473010e
Subproject commit 57caaca1a58415e7e54fa5f953abafc5e0ad4912
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment