mirror of
https://git.launchpad.net/~ubuntu-qt-code/ubuntu/+source/calamares/+git/calamares
synced 2025-06-12 19:21:32 +00:00
Another new upstream release
This commit is contained in:
parent
50582d322f
commit
aa6b7fb203
2
debian/changelog
vendored
2
debian/changelog
vendored
@ -1,4 +1,4 @@
|
|||||||
calamares (3.3.10-0ubuntu1) UNRELEASED; urgency=medium
|
calamares (3.3.11-0ubuntu1) UNRELEASED; urgency=medium
|
||||||
|
|
||||||
* New upstream release.
|
* New upstream release.
|
||||||
|
|
||||||
|
22
debian/patches/fix-presentation-qml-syntax.patch
vendored
22
debian/patches/fix-presentation-qml-syntax.patch
vendored
@ -1,22 +0,0 @@
|
|||||||
Description: Fix a syntax error in Presentation.qml which prevents the slideshow from displaying
|
|
||||||
Author: Simon Quigley <tsimonq2@lubuntu.me>
|
|
||||||
Origin: vendor
|
|
||||||
Last-Update: 2024-10-15
|
|
||||||
---
|
|
||||||
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
|
|
||||||
--- a/src/qml/calamares-qt6/slideshow/Presentation.qml
|
|
||||||
+++ b/src/qml/calamares-qt6/slideshow/Presentation.qml
|
|
||||||
@@ -196,12 +196,7 @@ Item {
|
|
||||||
Text {
|
|
||||||
id: notesText
|
|
||||||
|
|
||||||
- property real padding: 16;
|
|
||||||
-
|
|
||||||
- x: padding
|
|
||||||
- y: padding
|
|
||||||
- width: parent.width - 2 * padding
|
|
||||||
-
|
|
||||||
+ anchors.margins: 16
|
|
||||||
|
|
||||||
font.pixelSize: 16
|
|
||||||
wrapMode: Text.WordWrap
|
|
1
debian/patches/series
vendored
1
debian/patches/series
vendored
@ -2,4 +2,3 @@
|
|||||||
apport-package-hook.patch
|
apport-package-hook.patch
|
||||||
enable-only-present-with-encryption-partitions.patch
|
enable-only-present-with-encryption-partitions.patch
|
||||||
grub-debconf-config.patch
|
grub-debconf-config.patch
|
||||||
fix-presentation-qml-syntax.patch
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user