Fix the sizes of some Kubuntu branding things.

ubuntu/noble ubuntu/1%24.04.33
Aaron Rainbolt 1 month ago
parent 0d65dd0d20
commit 1b74da2587

7
debian/changelog vendored

@ -1,3 +1,10 @@
calamares-settings-ubuntu (1:24.04.33) noble; urgency=medium
* Fix slideshow image sizes for Kubuntu.
* Fix the size of the logo in the upper-left corner for Kubuntu.
-- Aaron Rainbolt <arraybolt3@ubuntu.com> Thu, 18 Apr 2024 19:28:02 -0500
calamares-settings-ubuntu (1:24.04.32) noble; urgency=medium calamares-settings-ubuntu (1:24.04.32) noble; urgency=medium
* Remove the third-party driver installation checkbox from pkgselect, its * Remove the third-party driver installation checkbox from pkgselect, its

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.4 KiB

After

Width:  |  Height:  |  Size: 15 KiB

@ -13,12 +13,11 @@ Presentation
} }
Slide { Slide {
Image { Image {
anchors.centerIn: parent
id: image1 id: image1
x: 0 anchors.centerIn: parent
y: 0 anchors.verticalCenterOffset: - parent.y / 3.6
width: 810 height: parent.masterHeight * 0.95
height: 485 width: parent.masterWidth * 0.95
fillMode: Image.PreserveAspectFit fillMode: Image.PreserveAspectFit
smooth: true smooth: true
source: "01_Easy_Install.png" source: "01_Easy_Install.png"
@ -26,12 +25,11 @@ Presentation
} }
Slide { Slide {
Image { Image {
anchors.centerIn: parent
id: image2 id: image2
x: 0 anchors.centerIn: parent
y: 0 anchors.verticalCenterOffset: - parent.y / 3.6
width: 810 height: parent.masterHeight * 0.95
height: 485 width: parent.masterWidth * 0.95
fillMode: Image.PreserveAspectFit fillMode: Image.PreserveAspectFit
smooth: true smooth: true
source: "02_Customizable_Desktop.png" source: "02_Customizable_Desktop.png"
@ -39,12 +37,11 @@ Presentation
} }
Slide { Slide {
Image { Image {
anchors.centerIn: parent
id: image3 id: image3
x: 0 anchors.centerIn: parent
y: 0 anchors.verticalCenterOffset: - parent.y / 3.6
width: 810 height: parent.masterHeight * 0.95
height: 485 width: parent.masterWidth * 0.95
fillMode: Image.PreserveAspectFit fillMode: Image.PreserveAspectFit
smooth: true smooth: true
source: "03_Built-in_Applications.png" source: "03_Built-in_Applications.png"
@ -52,12 +49,11 @@ Presentation
} }
Slide { Slide {
Image { Image {
anchors.centerIn: parent
id: image4 id: image4
x: 0 anchors.centerIn: parent
y: 0 anchors.verticalCenterOffset: - parent.y / 3.6
width: 810 height: parent.masterHeight * 0.95
height: 485 width: parent.masterWidth * 0.95
fillMode: Image.PreserveAspectFit fillMode: Image.PreserveAspectFit
smooth: true smooth: true
source: "04_Performant.png" source: "04_Performant.png"
@ -65,12 +61,11 @@ Presentation
} }
Slide { Slide {
Image { Image {
anchors.centerIn: parent
id: image5 id: image5
x: 0 anchors.centerIn: parent
y: 0 anchors.verticalCenterOffset: - parent.y / 3.6
width: 810 height: parent.masterHeight * 0.95
height: 485 width: parent.masterWidth * 0.95
fillMode: Image.PreserveAspectFit fillMode: Image.PreserveAspectFit
smooth: true smooth: true
source: "05_Secure_and_Private.png" source: "05_Secure_and_Private.png"
@ -78,12 +73,11 @@ Presentation
} }
Slide { Slide {
Image { Image {
anchors.centerIn: parent
id: image6 id: image6
x: 0 anchors.centerIn: parent
y: 0 anchors.verticalCenterOffset: - parent.y / 3.6
width: 810 height: parent.masterHeight * 0.95
height: 485 width: parent.masterWidth * 0.95
fillMode: Image.PreserveAspectFit fillMode: Image.PreserveAspectFit
smooth: true smooth: true
source: "06_Community_Support.png" source: "06_Community_Support.png"
@ -92,12 +86,11 @@ Presentation
} }
Slide { Slide {
Image { Image {
anchors.centerIn: parent
id: image7 id: image7
x: 0 anchors.centerIn: parent
y: 0 anchors.verticalCenterOffset: - parent.y / 3.6
width: 810 height: parent.masterHeight * 0.95
height: 485 width: parent.masterWidth * 0.95
fillMode: Image.PreserveAspectFit fillMode: Image.PreserveAspectFit
smooth: true smooth: true
source: "07_Free_and_Open_Source.png" source: "07_Free_and_Open_Source.png"
@ -106,12 +99,11 @@ Presentation
} }
Slide { Slide {
Image { Image {
anchors.centerIn: parent
id: image8 id: image8
x: 0 anchors.centerIn: parent
y: 0 anchors.verticalCenterOffset: - parent.y / 3.6
width: 810 height: parent.masterHeight * 0.95
height: 485 width: parent.masterWidth * 0.95
fillMode: Image.PreserveAspectFit fillMode: Image.PreserveAspectFit
smooth: true smooth: true
source: "08_Software_Compatibility.png" source: "08_Software_Compatibility.png"
@ -120,12 +112,11 @@ Presentation
} }
Slide { Slide {
Image { Image {
anchors.centerIn: parent
id: image9 id: image9
x: 0 anchors.centerIn: parent
y: 0 anchors.verticalCenterOffset: - parent.y / 3.6
width: 810 height: parent.masterHeight * 0.95
height: 485 width: parent.masterWidth * 0.95
fillMode: Image.PreserveAspectFit fillMode: Image.PreserveAspectFit
smooth: true smooth: true
source: "09_Beautiful_Aesthetics.png" source: "09_Beautiful_Aesthetics.png"
@ -134,12 +125,11 @@ Presentation
} }
Slide { Slide {
Image { Image {
anchors.centerIn: parent
id: image10 id: image10
x: 0 anchors.centerIn: parent
y: 0 anchors.verticalCenterOffset: - parent.y / 3.6
width: 810 height: parent.masterHeight * 0.95
height: 485 width: parent.masterWidth * 0.95
fillMode: Image.PreserveAspectFit fillMode: Image.PreserveAspectFit
smooth: true smooth: true
source: "10_Kubuntu_Focus.png" source: "10_Kubuntu_Focus.png"
@ -148,12 +138,11 @@ Presentation
} }
Slide { Slide {
Image { Image {
anchors.centerIn: parent
id: image11 id: image11
x: 0 anchors.centerIn: parent
y: 0 anchors.verticalCenterOffset: - parent.y / 3.6
width: 810 height: parent.masterHeight * 0.95
height: 485 width: parent.masterWidth * 0.95
fillMode: Image.PreserveAspectFit fillMode: Image.PreserveAspectFit
smooth: true smooth: true
source: "11_Testimonials_of_Success.png" source: "11_Testimonials_of_Success.png"
@ -162,12 +151,11 @@ Presentation
} }
Slide { Slide {
Image { Image {
anchors.centerIn: parent
id: image12 id: image12
x: 0 anchors.centerIn: parent
y: 0 anchors.verticalCenterOffset: - parent.y / 3.6
width: 810 height: parent.masterHeight * 0.95
height: 485 width: parent.masterWidth * 0.95
fillMode: Image.PreserveAspectFit fillMode: Image.PreserveAspectFit
smooth: true smooth: true
source: "12_Get_Involved.png" source: "12_Get_Involved.png"

Loading…
Cancel
Save