Ubuntu Pastebin

Paste from y at Fri, 6 May 2016 09:44:35 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
 $ bzr diff -r1289..1306 components.api
=== modified file 'components.api'
--- components.api	2016-03-30 13:42:32 +0000
+++ components.api	2016-04-25 10:45:41 +0000
@@ -826,14 +826,18 @@
     readonly property ActionBar leadingActionBar
     property list<Action> navigationActions
     readonly property Sections sections
+    property string subtitle
     property string title
     readonly property ActionBar trailingActionBar
 Ubuntu.Components.Styles.PageHeaderStyle 1.3: Item
     property color backgroundColor
     property double contentHeight
     property Component defaultActionDelegate
+    property color disabledForegroundColor
     property color dividerColor
     property color foregroundColor
+    property color subtitleColor
+    property Component subtitleComponent
     property Component titleComponent
 Ubuntu.Components.PageStack 1.0 0.1: PageTreeNode
     property Item currentPage
Download as text