<html>
<head>
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
You did some weird stuff... I sent PR:
<a class="moz-txt-link-freetext" href="https://github.com/tanghus/kitchen-timer-qml/pull/6">https://github.com/tanghus/kitchen-timer-qml/pull/6</a><br>
<br>
But imho it's better to use <i>[..]</i> folder to navigate up and
not use PullDown menu for this.<br>
<br>
P.S. I personally prefer using this:<br>
<tt>var picker = pageStack.push("Sailfish.Pickers.MusicPickerPage",
{"title": qsTr("Select timer ringtone")}</tt><tt>)<br>
</tt><tt>picker.selectedContentChanged.connect(function() {
console.log(picker.selectedContent) })</tt><br>
<br>
<div class="moz-cite-prefix">11.06.2015 07:14, Thomas Tanghus пишет:<br>
</div>
<blockquote cite="mid:2676971.CYy2nQ1KEH@tanghus" type="cite">
<pre wrap="">Hi
I have a Dialog with a SilicaListView as a file picker. Now I want to have a
PullDownMenu with a single MenuItem to go one level up.
It kinda works, but the positioning is all messed up.
Problem 1: The indicator is placed a tad below the header, so I made an ugly
hack setting "y: - Theme.paddingLarge;", but that's not a viable solution.
Problem 2: When the menu is pulled down it appears at the height of the
DialogHeader below the DialogHeader - if that makes sense? :P
Is a PullDownMenu in a Dialog not supported, or am I doing something wrong?
<a class="moz-txt-link-freetext" href="https://github.com/tanghus/kitchen-timer-qml/blob/master/qml/pages/SoundSelectDialog.qml#L58">https://github.com/tanghus/kitchen-timer-qml/blob/master/qml/pages/SoundSelectDialog.qml#L58</a>
</pre>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
<pre wrap="">_______________________________________________
SailfishOS.org Devel mailing list
To unsubscribe, please send a mail to <a class="moz-txt-link-abbreviated" href="mailto:devel-unsubscribe@lists.sailfishos.org">devel-unsubscribe@lists.sailfishos.org</a></pre>
</blockquote>
<br>
</body>
</html>