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

@ -62,7 +62,7 @@ Rectangle{
}
Button{
id:closeButton
height: 8*mm
height: 3*root.fontFactor*osSettings.bigFontSize
anchors.top: parent.top
anchors.topMargin: 0.5*mm
anchors.right: parent.right
@ -126,7 +126,7 @@ Rectangle{
width: fileIsDir?parent.width - 12*mm :imageView.width-mm
anchors.bottom: folderImage.bottom
color: fileIsDir?"black":"white"
font.pixelSize: 3*mm
font.pointSize: osSettings.bigFontSize
wrapMode:Text.Wrap
}
Text {
@ -138,7 +138,7 @@ Rectangle{
width: 10*mm
anchors.top: folderImage.top
color: "green"
font.pixelSize: 10*mm
font.pointSize: 3*osSettings.bigFontSize
}
Image{id:folderImage