aboutsummaryrefslogtreecommitdiffstats
path: root/cmd
diff options
context:
space:
mode:
authorAlexandre Van de Sande <alex.vandesande@ethdev.com>2015-02-23 19:52:50 +0800
committerAlexandre Van de Sande <alex.vandesande@ethdev.com>2015-02-23 19:52:50 +0800
commitbb3338df6363d8267a24190584f0908463241a6c (patch)
tree585f2867b71dc48485c73c52c9ee041d5d7fec85 /cmd
parentacd93c29711f18787ec3392751f57ffe08b5df28 (diff)
downloadgo-tangerine-bb3338df6363d8267a24190584f0908463241a6c.tar
go-tangerine-bb3338df6363d8267a24190584f0908463241a6c.tar.gz
go-tangerine-bb3338df6363d8267a24190584f0908463241a6c.tar.bz2
go-tangerine-bb3338df6363d8267a24190584f0908463241a6c.tar.lz
go-tangerine-bb3338df6363d8267a24190584f0908463241a6c.tar.xz
go-tangerine-bb3338df6363d8267a24190584f0908463241a6c.tar.zst
go-tangerine-bb3338df6363d8267a24190584f0908463241a6c.zip
changes to sidebar sizes
Diffstat (limited to 'cmd')
-rw-r--r--cmd/mist/assets/qml/main.qml49
1 files changed, 32 insertions, 17 deletions
diff --git a/cmd/mist/assets/qml/main.qml b/cmd/mist/assets/qml/main.qml
index 78a6dd846..3c5772d84 100644
--- a/cmd/mist/assets/qml/main.qml
+++ b/cmd/mist/assets/qml/main.qml
@@ -46,8 +46,13 @@ ApplicationWindow {
walletWeb.view.url = "http://ethereum-dapp-wallet.meteor.com/";
walletWeb.menuItem.title = "Wallet";
- addPlugin("./views/wallet.qml", {noAdd: true, close: false, section: "legacy"});
addPlugin("./views/miner.qml", {noAdd: true, close: false, section: "ethereum", active: false});
+
+ var whisperTab = addPlugin("./views/browser.qml", {noAdd: true, close: true, section: "ethereum", active: false});
+ whisperTab.view.url = "http://ethereum-dapp-whisper-client.meteor.com/";
+ whisperTab.menuItem.title = "Whisper Chat";
+
+ addPlugin("./views/wallet.qml", {noAdd: true, close: false, section: "legacy"});
addPlugin("./views/transaction.qml", {noAdd: true, close: false, section: "legacy"});
addPlugin("./views/whisper.qml", {noAdd: true, close: false, section: "legacy"});
addPlugin("./views/chain.qml", {noAdd: true, close: false, section: "legacy"});
@@ -691,18 +696,23 @@ ApplicationWindow {
}
Rectangle {
- height: 55
+ height: 19
color: "transparent"
Text {
text: "ETHEREUM"
font.family: sourceSansPro.name
- font.weight: Font.DemiBold
- anchors {
- left: parent.left
- top: parent.verticalCenter
- leftMargin: 16
- }
- color: "#AAA0A0"
+ font.weight: Font.Regular
+ // anchors.top: 20
+ // anchors.left: 16
+ anchors {
+ leftMargin: 12
+ topMargin: 4
+ fill: parent
+ }
+ // anchors.leftMargin: 16
+ // anchors.topMargin: 16
+ // anchors.verticalCenterOffset: 50
+ color: "#AAA0A0"
}
}
@@ -717,17 +727,20 @@ ApplicationWindow {
}
Rectangle {
- height: 55
- color: "transparent"
+ height: 19
+ color: "#00ff00"
Text {
text: "APPS"
font.family: sourceSansPro.name
- font.weight: Font.DemiBold
- anchors {
- left: parent.left
- top: parent.verticalCenter
- leftMargin: 16
- }
+ font.weight: Font.Regular
+ anchors.fill: parent
+ anchors.leftMargin: 16
+
+ // anchors {
+ // left: parent.left
+ // top: parent.top
+ // leftMargin: 16
+ // }
color: "#AAA0A0"
}
}
@@ -744,6 +757,7 @@ ApplicationWindow {
Rectangle {
height: 55
color: "transparent"
+ visible:false
Text {
text: "DEBUG"
font.family: sourceSansPro.name
@@ -760,6 +774,7 @@ ApplicationWindow {
ColumnLayout {
id: menuLegacy
+ visible: false
spacing: 3
anchors {
left: parent.left