|
|
|
@ -9,8 +9,10 @@ T.Label {
|
|
|
|
verticalAlignment: lineCount > 1 ? Text.AlignTop : Text.AlignVCenter
|
|
|
|
verticalAlignment: lineCount > 1 ? Text.AlignTop : Text.AlignVCenter
|
|
|
|
|
|
|
|
|
|
|
|
activeFocusOnTab: false
|
|
|
|
activeFocusOnTab: false
|
|
|
|
//Text.NativeRendering is broken on non integer pixel ratios
|
|
|
|
// Text.NativeRendering is broken on non integer pixel ratios
|
|
|
|
renderType: Window.devicePixelRatio % 1 !== 0 ? Text.QtRendering : Text.NativeRendering
|
|
|
|
// renderType: Window.devicePixelRatio % 1 !== 0 ? Text.QtRendering : Text.NativeRendering
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
renderType: Text.NativeRendering
|
|
|
|
|
|
|
|
|
|
|
|
font.capitalization: FishUI.Theme.defaultFont.capitalization
|
|
|
|
font.capitalization: FishUI.Theme.defaultFont.capitalization
|
|
|
|
font.family: FishUI.Theme.fontFamily
|
|
|
|
font.family: FishUI.Theme.fontFamily
|
|
|
|
|