version v0.6

This commit is contained in:
LubuWest 2021-05-12 21:41:34 +02:00
commit 8482bde3ed
86 changed files with 7064 additions and 3208 deletions

View file

@ -32,12 +32,12 @@
import QtQuick 2.0
Rectangle{
id: blueButton
width: Math.max(mainText.width+2*mm,8*mm)
width: Math.max(mainText.width+2*mm,5*mm)
height: 5*mm
color:"light blue"//"#EFEAEA" "sky blue"
border.color: "light blue"
color:"transparent"//"#EFEAEA" "sky blue"
property alias fontColor: mainText.color
// border.color:"grey"
// border.width:1
border.width:1
radius: mm
property alias text: mainText.text
property alias font: mainText.font
@ -51,8 +51,9 @@ Rectangle{
width: contentWidth
height: contentHeight
font.family:fontAwesome.name
font.pixelSize: 3*mm
font.pointSize: osSettings.bigFontSize
text: ""
elide: Text.ElideNone
}
MouseArea{
id:buttonArea