aboutsummaryrefslogtreecommitdiff
path: root/examples/MenuSection.qml
diff options
context:
space:
mode:
authorRenato Araujo Oliveira Filho <renato.filho@canonical.com>2012-09-06 16:43:27 -0300
committerRenato Araujo Oliveira Filho <renato.filho@canonical.com>2012-09-06 16:43:27 -0300
commit31f8103187d2e27b1bb76eaed10dc9c9be226c90 (patch)
tree5b0d6a0a6bf07aaf213c482c61860a2784cd678f /examples/MenuSection.qml
parent0dfd3d4cd4214a732e4a5cda59fd4dfc082b8425 (diff)
downloadqmenumodel-31f8103187d2e27b1bb76eaed10dc9c9be226c90.tar.gz
qmenumodel-31f8103187d2e27b1bb76eaed10dc9c9be226c90.tar.bz2
qmenumodel-31f8103187d2e27b1bb76eaed10dc9c9be226c90.zip
Implemented QDBusActionGroup.
Diffstat (limited to 'examples/MenuSection.qml')
-rw-r--r--examples/MenuSection.qml3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/MenuSection.qml b/examples/MenuSection.qml
index 2a1b6c9..170fa89 100644
--- a/examples/MenuSection.qml
+++ b/examples/MenuSection.qml
@@ -10,7 +10,7 @@ Item {
Column {
id: contents
- width: parent.width
+ width: parent.width
ListItem.Header {
text: menu.label
@@ -20,6 +20,7 @@ Item {
model: menu ? menu.linkSection : undefined
MenuFactory {
+ width: contents.width
menu: model
}
}