aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandra Betouni <ABetouni@luxoft.com>2018-06-12 12:07:46 +0200
committerBramastyo Harimukti Santoso <bramastyo.harimukti.santoso@pelagicore.com>2018-06-12 10:09:03 +0000
commite6074bc31bb7875e90750fb728954c855d2f6c29 (patch)
tree01b926469a73ef7f5a43d00135d50af0fc9e3f63
parent109e6e417092fc5e6812e71001c5bc0d3775d6d3 (diff)
[sysui] Notifications adding more width to 'clear list' button
Change-Id: I14a9e3baf8f50851741deb4ac5682cf0088d619b Reviewed-by: Bramastyo Harimukti Santoso <bramastyo.harimukti.santoso@pelagicore.com>
-rw-r--r--sysui/notification/NotificationCenter.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysui/notification/NotificationCenter.qml b/sysui/notification/NotificationCenter.qml
index a8965d9b..88f034e3 100644
--- a/sysui/notification/NotificationCenter.qml
+++ b/sysui/notification/NotificationCenter.qml
@@ -107,7 +107,7 @@ Item {
Item {
implicitHeight: NeptuneStyle.dp(40)
- implicitWidth: NeptuneStyle.dp(120)
+ implicitWidth: NeptuneStyle.dp(140)
anchors.horizontalCenter: parent.horizontalCenter
Label {