~aacid/unity8/doubleClickMaximize

« back to all changes in this revision

Viewing changes to qml/ApplicationMenus/ApplicationMenusLimits.qml

  • Committer: Albert Astals Cid
  • Date: 2017-01-31 14:12:16 UTC
  • mfrom: (2768.2.18 unity8.overflow)
  • Revision ID: albert.astals@canonical.com-20170131141216-uztd1cf58ztzruph
MergeĀ ~nick-dedekind/unity8/menu.overflow

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
 * Copyright (C) 2017 Canonical, Ltd.
 
3
 *
 
4
 * This program is free software; you can redistribute it and/or modify
 
5
 * it under the terms of the GNU General Public License as published by
 
6
 * the Free Software Foundation; version 3.
 
7
 *
 
8
 * This program is distributed in the hope that it will be useful,
 
9
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 
10
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
11
 * GNU General Public License for more details.
 
12
 *
 
13
 * You should have received a copy of the GNU General Public License
 
14
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
15
 */
 
16
 
 
17
pragma Singleton
 
18
import QtQuick 2.4
 
19
import QtQuick.Window 2.2
 
20
 
 
21
QtObject {
 
22
    property real screenWidth: Screen.width
 
23
    property real screenHeight: Screen.height
 
24
}