~aacid/unity8/moreAsyncAudioCard

« back to all changes in this revision

Viewing changes to qml/Stages/DesktopStage.qml

  • Committer: Albert Astals Cid
  • Date: 2016-03-10 08:32:16 UTC
  • mfrom: (2136.2.83 unity8)
  • Revision ID: albert.astals@canonical.com-20160310083216-8nnplxl85qx13xd0
Merge

Show diffs side-by-side

added added

removed removed

Lines of Context:
256
256
                height: decoratedWindow.height
257
257
                property alias requestedWidth: decoratedWindow.requestedWidth
258
258
                property alias requestedHeight: decoratedWindow.requestedHeight
 
259
                property alias minimumWidth: decoratedWindow.minimumWidth
 
260
                property alias minimumHeight: decoratedWindow.minimumHeight
 
261
                property alias maximumWidth: decoratedWindow.maximumWidth
 
262
                property alias maximumHeight: decoratedWindow.maximumHeight
 
263
                property alias widthIncrement: decoratedWindow.widthIncrement
 
264
                property alias heightIncrement: decoratedWindow.heightIncrement
259
265
 
260
266
                QtObject {
261
267
                    id: appDelegatePrivate