mirror of
https://git.launchpad.net/~ubuntu-qt-code/+git/calamares-settings-ubuntu
synced 2025-05-02 06:01:30 +00:00
Adjust spacers accordingly on no network.
This commit is contained in:
parent
1299a42d37
commit
cb54b1e186
@ -129,6 +129,9 @@ void PackageSelectViewStep::onActivate()
|
|||||||
ui->full_button->setVisible(false);
|
ui->full_button->setVisible(false);
|
||||||
ui->full_text->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->additional_label->setVisible(false);
|
||||||
ui->updates_button->setVisible(false);
|
ui->updates_button->setVisible(false);
|
||||||
ui->updates_text->setVisible(false);
|
ui->updates_text->setVisible(false);
|
||||||
|
@ -29,7 +29,7 @@ QLabel {
|
|||||||
</property>
|
</property>
|
||||||
<layout class="QGridLayout" name="gridLayout">
|
<layout class="QGridLayout" name="gridLayout">
|
||||||
<item row="0" column="2">
|
<item row="0" column="2">
|
||||||
<spacer name="horizontalSpacer_2">
|
<spacer name="right_spacer">
|
||||||
<property name="orientation">
|
<property name="orientation">
|
||||||
<enum>Qt::Horizontal</enum>
|
<enum>Qt::Horizontal</enum>
|
||||||
</property>
|
</property>
|
||||||
@ -601,7 +601,7 @@ QLabel {
|
|||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item row="0" column="0">
|
<item row="0" column="0">
|
||||||
<spacer name="horizontalSpacer">
|
<spacer name="left_spacer">
|
||||||
<property name="orientation">
|
<property name="orientation">
|
||||||
<enum>Qt::Horizontal</enum>
|
<enum>Qt::Horizontal</enum>
|
||||||
</property>
|
</property>
|
||||||
|
1
debian/changelog
vendored
1
debian/changelog
vendored
@ -5,6 +5,7 @@ calamares-settings-ubuntu (1:24.04.25) UNRELEASED; urgency=medium
|
|||||||
contextualprocess modules.
|
contextualprocess modules.
|
||||||
* Allow fixconkeys-part2 a 5 minute window to run, which should be
|
* Allow fixconkeys-part2 a 5 minute window to run, which should be
|
||||||
enough to run update-initramfs (LP: #2060429).
|
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
|
-- Simon Quigley <tsimonq2@ubuntu.com> Tue, 09 Apr 2024 03:01:19 -0500
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user