aboutsummaryrefslogtreecommitdiff
path: root/components
diff options
context:
space:
mode:
authorSander Ferdinand <sa.ferdinand@gmail.com>2018-04-28 18:53:17 +0200
committerSander Ferdinand <sa.ferdinand@gmail.com>2018-05-03 12:35:53 +0200
commit1541d87122414e8673fc92d38a5304dfbd1a8744 (patch)
treee83518c90162cec897440590370ea83c4c779a50 /components
parentd6427a1efb334fdc7e9a82ef2d61349d4083d36a (diff)
downloadmonzero-gui-1541d87122414e8673fc92d38a5304dfbd1a8744.tar.gz
monzero-gui-1541d87122414e8673fc92d38a5304dfbd1a8744.tar.xz
monzero-gui-1541d87122414e8673fc92d38a5304dfbd1a8744.zip
Fixes undefined reference to 's'
Diffstat (limited to 'components')
-rw-r--r--components/TitleBar.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/components/TitleBar.qml b/components/TitleBar.qml
index 166e2be9..fcbe53dc 100644
--- a/components/TitleBar.qml
+++ b/components/TitleBar.qml
@@ -26,7 +26,7 @@
// STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF
// THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-import QtQuick 2.2
+import QtQuick 2.5
import QtQuick.Window 2.0
import QtQuick.Layouts 1.1
@@ -64,7 +64,7 @@ Rectangle {
Item {
// Background gradient
width: parent.width
- height: s
+ height: parent.height
z: parent.z + 1
Image {