Skip to content
Snippets Groups Projects
Verified Commit 00fb4da7 authored by Jean-Baptiste Bussignies's avatar Jean-Baptiste Bussignies
Browse files

fix: epita-acu-2024

parent 896e46b2
Branches
Tags 1.2.1
No related merge requests found
......@@ -61,10 +61,9 @@ Rectangle {
Image {
id: epitalogo
width: height * 2
height: parent.height / 2
height: parent.height / 2.3
anchors.centerIn: parent
anchors.verticalCenterOffset: -1 * height / 3
anchors.verticalCenterOffset: -1 * height / 2.5
anchors.horizontalCenterOffset: 0
fillMode: Image.PreserveAspectFit
transformOrigin: Item.Center
......
  • Jean-Baptiste Bussignies @jb

    mentioned in merge request cri/infrastructure/nixpie!210

    ·

    mentioned in merge request cri/infrastructure/nixpie!210

    Toggle commit list
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment