Skip to content

Commit

Permalink
dfgdfg
Browse files Browse the repository at this point in the history
  • Loading branch information
cmclark00 committed Oct 12, 2024
1 parent b396595 commit 51b0949
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main.qml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ ApplicationWindow {
minimumWidth: imageWriter.isEmbeddedMode() ? -1 : 680
minimumHeight: imageWriter.isEmbeddedMode() ? -1 : 450

title: qsTr("Retro Imager v%1").arg(imageWriter.constantVersion())
title: qsTr("Retro Imager v0.1").arg(imageWriter.constantVersion())

FontLoader {id: roboto; source: "fonts/Roboto-Regular.ttf"}
FontLoader {id: robotoLight; source: "fonts/Roboto-Light.ttf"}
Expand Down Expand Up @@ -68,7 +68,6 @@ ApplicationWindow {

Image {
id: image
color: accentColor
source: "icons/logo_sxs_imager.png"

// Specify the maximum size of the image
Expand Down

0 comments on commit 51b0949

Please sign in to comment.