Fix flags sizes

This commit is contained in:
aiamnezia
2025-04-08 05:55:35 +04:00
parent c2b0722b68
commit a965bcac2b

View File

@@ -110,8 +110,8 @@ Page {
Image {
Layout.rightMargin: 8
implicitWidth: 32
implicitHeight: 24
width: 32
height: 24
source: "qrc:/countriesFlags/images/flagKit/" + countryImageCode + ".svg"
}
}