Skip to content

Instantly share code, notes, and snippets.

@birarda
Created August 24, 2016 17:37
Show Gist options
  • Save birarda/065e8454feae4526db4a3bd2bfa4ecc8 to your computer and use it in GitHub Desktop.
Save birarda/065e8454feae4526db4a3bd2bfa4ecc8 to your computer and use it in GitHub Desktop.
//
// MenuItem.qml
//
// Created by Clement on 7/18/16
// Copyright 2016 High Fidelity, Inc.
//
// Distributed under the Apache License, Version 2.0.
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
//
import QtQuick 2.5
import QtQuick.Controls 1.4
import QtQuick.Controls.Styles 1.4
import "."
RalewaySemiBold {
lineHeight: 2
font.pixelSize: hifi.fontSizes.menuItem
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment