Adjust spacers accordingly on no network.

ubuntu/noble
Simon Quigley 1 month ago
parent 1299a42d37
commit cb54b1e186

@ -129,6 +129,9 @@ void PackageSelectViewStep::onActivate()
ui->full_button->setVisible(false);
ui->full_text->setVisible(false);
ui->left_spacer->changeSize(20, 20, QSizePolicy::Fixed, QSizePolicy::Fixed);
ui->right_spacer->changeSize(0, 0, QSizePolicy::Fixed, QSizePolicy::Fixed);
ui->additional_label->setVisible(false);
ui->updates_button->setVisible(false);
ui->updates_text->setVisible(false);

@ -29,7 +29,7 @@ QLabel {
</property>
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="2">
<spacer name="horizontalSpacer_2">
<spacer name="right_spacer">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
@ -601,7 +601,7 @@ QLabel {
</widget>
</item>
<item row="0" column="0">
<spacer name="horizontalSpacer">
<spacer name="left_spacer">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>

1
debian/changelog vendored

@ -5,6 +5,7 @@ calamares-settings-ubuntu (1:24.04.25) UNRELEASED; urgency=medium
contextualprocess modules.
* Allow fixconkeys-part2 a 5 minute window to run, which should be
enough to run update-initramfs (LP: #2060429).
* Adjust spacers accordingly on no network.
-- Simon Quigley <tsimonq2@ubuntu.com> Tue, 09 Apr 2024 03:01:19 -0500

Loading…
Cancel
Save