Skip to content
Snippets Groups Projects
Commit a72ed519 authored by SeeLook's avatar SeeLook :musical_note:
Browse files

Fixed scalling issues of tie on score toolbox

- pointSize? Really?
parent c7bf6e6f
No related branches found
No related tags found
No related merge requests found
/** This file is part of Nootka (http://nootka.sf.net) * /** This file is part of Nootka (http://nootka.sf.net) *
* Copyright (C) 2017-2020 by Tomasz Bojczuk (seelook@gmail.com) * * Copyright (C) 2017-2021 by Tomasz Bojczuk (seelook@gmail.com) *
* on the terms of GNU GPLv3 license (http://www.gnu.org/licenses) */ * on the terms of GNU GPLv3 license (http://www.gnu.org/licenses) */
import QtQuick 2.9 import QtQuick 2.9
...@@ -116,7 +116,7 @@ ControlBase { ...@@ -116,7 +116,7 @@ ControlBase {
selected: toolbox.tie selected: toolbox.tie
height: factor * 1.5; width: factor * 2.7 height: factor * 1.5; width: factor * 2.7
yOffset: (height - textHeight) / 2 - factor yOffset: (height - textHeight) / 2 - factor
font { family: "nootka"; pointSize: factor * 3.6 } font { family: "nootka"; pixelSize: factor * 6 }
text: "\ue18c" text: "\ue18c"
onClicked: scoreObj.checkTieOfSelected() onClicked: scoreObj.checkTieOfSelected()
onEntered: { onEntered: {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment