diff --git a/common/modules/pkgselect/pkgselect.ui b/common/modules/pkgselect/pkgselect.ui index 65215b0..aed59e3 100644 --- a/common/modules/pkgselect/pkgselect.ui +++ b/common/modules/pkgselect/pkgselect.ui @@ -28,22 +28,6 @@ QLabel { } - - - - Qt::Vertical - - - QSizePolicy::Fixed - - - - 20 - 3 - - - - @@ -62,70 +46,6 @@ QLabel { - - - - - 18 - 50 - false - - - - padding-left: 0px; padding-right: 0px; - - - Install additional third-party packages - - - - - - - - 16777215 - 21 - - - - - 12 - - - - Full Installation - - - - - - - - 10 - true - - - - Only the desktop environment - - - - - - - Qt::Horizontal - - - QSizePolicy::Minimum - - - - 20 - 20 - - - - @@ -142,7 +62,7 @@ QLabel { - + Qt::Vertical @@ -155,25 +75,26 @@ QLabel { - - + + - 18 - 50 - false + 11 + 75 + false + true - - padding-left: 0px; padding-right: 0px; - - Additional Options + Note: Ubuntu and flavors are NOT responsible for third-party software installed from this list. + + + true - - + + 10 @@ -181,29 +102,10 @@ QLabel { - All applications in the Normal Installation, and all extra third-party packages listed below - - - Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop + This saves time after installation, and keeps your system secure - - - - Qt::Vertical - - - QSizePolicy::Fixed - - - - 20 - 10 - - - - @@ -220,24 +122,8 @@ QLabel { - - - - Qt::Vertical - - - QSizePolicy::Fixed - - - - 20 - 20 - - - - - - + + 16777215 @@ -250,25 +136,28 @@ QLabel { - Download and install updates following installation + Full Installation - - - - - 10 - true - + + + + Qt::Horizontal - - This saves time after installation, and keeps your system secure + + QSizePolicy::Minimum - + + + 20 + 20 + + + - - + + 10 @@ -276,12 +165,15 @@ QLabel { - Web browser, utilities, office software, games, and media players + All applications in the Normal Installation, and all extra third-party packages listed below + + + Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop - - + + Qt::Vertical @@ -291,13 +183,13 @@ QLabel { 20 - 20 + 10 - - + + 16777215 @@ -310,49 +202,27 @@ QLabel { - Normal Installation - - - true - - - - - - - - 11 - 75 - false - true - - - - Note: Ubuntu and flavors are NOT responsible for third-party software installed from this list. - - - true + Download and install updates following installation - - - - - 18 - 50 - false - + + + + Qt::Vertical - - padding-left: 0px; padding-right: 0px; + + QSizePolicy::Fixed - - Installation Mode + + + 20 + 3 + - + - + true @@ -571,6 +441,136 @@ QLabel { + + + + + 10 + true + + + + Only the desktop environment + + + + + + + Qt::Vertical + + + QSizePolicy::Fixed + + + + 20 + 20 + + + + + + + + + 18 + 50 + false + + + + padding-left: 0px; padding-right: 0px; + + + Installation Mode + + + + + + + + 18 + 50 + false + + + + padding-left: 0px; padding-right: 0px; + + + Additional Options + + + + + + + + 10 + true + + + + Web browser, utilities, office software, games, and media players + + + + + + + + 16777215 + 21 + + + + + 12 + + + + Normal Installation + + + true + + + + + + + + 18 + 50 + false + + + + padding-left: 0px; padding-right: 0px; + + + Install additional third-party packages + + + + + + + Qt::Vertical + + + QSizePolicy::Fixed + + + + 20 + 20 + + + + @@ -587,6 +587,19 @@ QLabel { + + + + Qt::Horizontal + + + + 40 + 0 + + + + diff --git a/debian/changelog b/debian/changelog index c05f6b2..bb8692f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +calamares-settings-ubuntu (1:24.04.40) noble; urgency=medium + + * Fix pkgselect UI becoming centered when minimal install mode is selected. + (LP: #2076303) + + -- Aaron Rainbolt Wed, 07 Aug 2024 19:56:38 -0500 + calamares-settings-ubuntu (1:24.04.39) noble; urgency=medium * Fix permissions on /home/oem when doing OEM installations. (LP: #2063403)