~feng-kylin/youker-assistant/youker-assistant

« back to all changes in this revision

Viewing changes to qml/func/settings/DesktopIcon.qml

  • Committer: kobe
  • Date: 2014-08-28 04:29:56 UTC
  • Revision ID: xiangli@ubuntukylin.com-20140828042956-2aiehddw85dgzbg8
release V1.2.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
191
191
    //分割条
192
192
    Common.Separator {
193
193
        id: top_splitbar
194
 
        y: 60
 
194
        y: 70
195
195
        anchors {
196
196
            left: parent.left
197
197
            leftMargin: 2
204
204
            left: parent.left
205
205
            leftMargin: 60
206
206
            top: top_splitbar.bottom
207
 
            topMargin: 50
 
207
            topMargin: 40
208
208
        }
209
209
        spacing: 10
210
210
        z: 11