~ubuntu-branches/ubuntu/quantal/kdepim/quantal

« back to all changes in this revision

Viewing changes to mobile/notes/NoteActions.qml

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2011-12-15 14:17:51 UTC
  • mto: This revision was merged to the branch mainline in revision 193.
  • Revision ID: package-import@ubuntu.com-20111215141751-bmhdpiwl23wd9w26
Tags: upstream-4.7.90
ImportĀ upstreamĀ versionĀ 4.7.90

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
import Qt 4.7 as QML
23
23
import org.kde 4.5
24
24
import org.kde.pim.mobileui 4.5
 
25
import "../mobileui/ScreenFunctions.js" as Screen
25
26
 
26
27
ActionMenuContainer {
27
28
 
28
29
  menuStyle : true
29
30
 
30
 
  actionItemHeight : height / 6 - actionItemSpacing
 
31
  actionItemHeight : Screen.partition( height, 6 ) - actionItemSpacing
31
32
  actionItemWidth : 200
32
33
  actionItemSpacing : 2
33
34