summaryrefslogtreecommitdiff
path: root/metawatchwatchlets
diff options
context:
space:
mode:
authorJavier S. Pedro <maemo@javispedro.com>2013-05-13 01:34:28 +0200
committerJavier S. Pedro <maemo@javispedro.com>2013-05-13 01:34:28 +0200
commit31e3450a84df7c1c64617299180813c975fbb877 (patch)
tree14e6e6c165af2b5aa3310cc49241837a7ee1d4b8 /metawatchwatchlets
parent76544a015e0db637e1328ad66da9bef3c50f8217 (diff)
downloadsowatch-31e3450a84df7c1c64617299180813c975fbb877.tar.gz
sowatch-31e3450a84df7c1c64617299180813c975fbb877.zip
bump to 0.5 and random fixes
Diffstat (limited to 'metawatchwatchlets')
-rw-r--r--metawatchwatchlets/ChatBubble.qml7
-rw-r--r--metawatchwatchlets/bubble.pngbin263 -> 314 bytes
-rw-r--r--metawatchwatchlets/metawatch-digital-notification.qml14
-rw-r--r--metawatchwatchlets/metawatch-digital-watchface.qml2
4 files changed, 14 insertions, 9 deletions
diff --git a/metawatchwatchlets/ChatBubble.qml b/metawatchwatchlets/ChatBubble.qml
index ba69e64..1076afd 100644
--- a/metawatchwatchlets/ChatBubble.qml
+++ b/metawatchwatchlets/ChatBubble.qml
@@ -2,11 +2,12 @@ import QtQuick 1.0
Item {
id: container
- height: bubble.height + 4
+ height: tip.height + bubble.height
default property alias children: childContainer.children
Image {
+ id: tip
anchors {
top: parent.top; left: parent.left;
leftMargin: 18;
@@ -19,9 +20,9 @@ Item {
id: bubble
anchors {
top: parent.top; left: parent.left; right: parent.right;
- topMargin: 8;
+ topMargin: 9;
}
- border { left: 16; top: 16; right: 16; bottom: 16; }
+ border { left: 14; top: 14; right: 14; bottom: 14; }
height: childContainer.height + 16
source: "bubble.png"
Item {
diff --git a/metawatchwatchlets/bubble.png b/metawatchwatchlets/bubble.png
index 59718f8..32eaa02 100644
--- a/metawatchwatchlets/bubble.png
+++ b/metawatchwatchlets/bubble.png
Binary files differ
diff --git a/metawatchwatchlets/metawatch-digital-notification.qml b/metawatchwatchlets/metawatch-digital-notification.qml
index dd4dc66..6856bac 100644
--- a/metawatchwatchlets/metawatch-digital-notification.qml
+++ b/metawatchwatchlets/metawatch-digital-notification.qml
@@ -21,7 +21,9 @@ MWPage {
Column {
id: defaultContainer
visible: false
- width: page.width
+ anchors.left: parent.left
+ anchors.leftMargin: 1
+ width: page.width - 3
MWLabel {
text: curNotification ? curNotification.title : ""
@@ -37,7 +39,9 @@ MWPage {
Column {
id: emailContainer
visible: false
- width: page.width
+ anchors.left: parent.left
+ anchors.leftMargin: 1
+ width: page.width - 3
Image {
source: "notification-email.png"
@@ -56,7 +60,9 @@ MWPage {
Column {
id: chatContainer
visible: false
- width: page.width
+ anchors.left: parent.left
+ anchors.leftMargin: 1
+ width: page.width - 5
MWLabel {
id: chatTitle
@@ -106,8 +112,6 @@ MWPage {
Connections {
target: watch
onButtonPressed: {
- console.log(emailContainer.height);
- console.log()
switch (button) {
case 1:
scrollable.scrollUp();
diff --git a/metawatchwatchlets/metawatch-digital-watchface.qml b/metawatchwatchlets/metawatch-digital-watchface.qml
index 535cbab..68af34c 100644
--- a/metawatchwatchlets/metawatch-digital-watchface.qml
+++ b/metawatchwatchlets/metawatch-digital-watchface.qml
@@ -65,7 +65,7 @@ MWPage {
height: 30
spacing: 8
Column {
- spacing: 4
+ spacing: 2
Image {
width: 24
height: 18