Skip to content

Commit

Permalink
make restart dialoque even smaller
Browse files Browse the repository at this point in the history
  • Loading branch information
Consti10 committed Nov 15, 2023
1 parent 38b3243 commit b1fa5e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions qml/ui/elements/RestartQOpenHDMessageBox.qml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ import OpenHD 1.0
// See corresponding .cpp for more info
Card {
id: restartqopenhdmessagebox
width: 320
height: 240
width: 300
height: 200
z: 6.0
anchors.centerIn: parent
cardName: qsTr("QOpenHD")
Expand Down

0 comments on commit b1fa5e3

Please sign in to comment.