mirror of
https://github.com/cmclark00/retro-imager.git
synced 2025-05-17 23:45:21 +01:00
idk anymore
This commit is contained in:
parent
51b0949733
commit
6e8cb1b359
1 changed files with 1 additions and 4 deletions
|
@ -26,7 +26,7 @@ ApplicationWindow {
|
|||
minimumWidth: imageWriter.isEmbeddedMode() ? -1 : 680
|
||||
minimumHeight: imageWriter.isEmbeddedMode() ? -1 : 450
|
||||
|
||||
title: qsTr("Retro Imager v0.1").arg(imageWriter.constantVersion())
|
||||
title: qsTr("Retro Imager v0.1")
|
||||
|
||||
FontLoader {id: roboto; source: "fonts/Roboto-Regular.ttf"}
|
||||
FontLoader {id: robotoLight; source: "fonts/Roboto-Light.ttf"}
|
||||
|
@ -76,9 +76,6 @@ ApplicationWindow {
|
|||
|
||||
smooth: true
|
||||
antialiasing: true
|
||||
|
||||
anchors {
|
||||
fill: parent
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue