python3Packages.orjson: Disable failing tests on 32 bit
[NixPkgs.git] / pkgs / tools / misc / calamares / uimod.patch
blob5a6ec6cdeea2e1e2212cbb8de5cd20855c3599e9
1 diff --git a/src/modules/finished/FinishedPage.cpp b/src/modules/finished/FinishedPage.cpp
2 index 6c5f9ad16..24d75e07b 100644
3 --- a/src/modules/finished/FinishedPage.cpp
4 +++ b/src/modules/finished/FinishedPage.cpp
5 @@ -71,7 +71,10 @@ FinishedPage::retranslate()
7 ui->mainText->setText( tr( "<h1>All done.</h1><br/>"
8 "%1 has been set up on your computer.<br/>"
9 - "You may now start using your new system." )
10 + "You may now start using your new system.<br/>"
11 + "You can change every setting later except the bootloader.<br/>"
12 + "Check the <a href=\"https://nixos.org/manual/nixos/stable/\">manual</a> for instructions on how to install software, upgrade the system or enable services.<br/>"
13 + "You can find ways to get in touch with the <a href=\"https://nixos.org/community/\">community on the website!</a>")
14 .arg( branding->versionedName() ) );
15 ui->restartCheckBox->setToolTip( tr( "<html><head/><body>"
16 "<p>When this box is checked, your system will "
17 @@ -84,7 +87,10 @@ FinishedPage::retranslate()
18 ui->mainText->setText( tr( "<h1>All done.</h1><br/>"
19 "%1 has been installed on your computer.<br/>"
20 "You may now restart into your new system, or continue "
21 - "using the %2 Live environment." )
22 + "using the %2 Live environment.<br/>"
23 + "You can change every setting later except the bootloader.<br/>"
24 + "Check the <a href=\"https://nixos.org/manual/nixos/stable/\">manual</a> for instructions on how to install software, upgrade the system or enable services.<br/>"
25 + "You can find ways to get in touch with the <a href=\"https://nixos.org/community/\">community on the website!</a>")
26 .arg( branding->versionedName(), branding->productName() ) );
27 ui->restartCheckBox->setToolTip( tr( "<html><head/><body>"
28 "<p>When this box is checked, your system will "
29 diff --git a/src/modules/packagechooser/PackageChooserPage.cpp b/src/modules/packagechooser/PackageChooserPage.cpp
30 index 721329c1b..164b9945e 100644
31 --- a/src/modules/packagechooser/PackageChooserPage.cpp
32 +++ b/src/modules/packagechooser/PackageChooserPage.cpp
33 @@ -52,6 +52,7 @@ PackageChooserPage::currentChanged( const QModelIndex& index )
34 if ( !index.isValid() || !ui->products->selectionModel()->hasSelection() )
36 ui->productName->setText( m_introduction.name.get() );
37 + ui->productName->setStyleSheet("font-weight: bold");
38 ui->productScreenshot->setPixmap( m_introduction.screenshot );
39 ui->productDescription->setText( m_introduction.description.get() );
41 diff --git a/src/modules/packagechooser/page_package.ui b/src/modules/packagechooser/page_package.ui
42 index d021b08b3..fecfa3060 100644
43 --- a/src/modules/packagechooser/page_package.ui
44 +++ b/src/modules/packagechooser/page_package.ui
45 @@ -38,19 +38,6 @@ SPDX-License-Identifier: GPL-3.0-or-later
46 </item>
47 <item>
48 - <layout class="QVBoxLayout" name="verticalLayout" stretch="1,30,1">
49 + <layout class="QVBoxLayout" name="verticalLayout" stretch="30,1,1">
50 - <item>
51 - <widget class="QLabel" name="productName">
52 - <property name="sizePolicy">
53 - <sizepolicy hsizetype="Preferred" vsizetype="MinimumExpanding">
54 - <horstretch>0</horstretch>
55 - <verstretch>0</verstretch>
56 - </sizepolicy>
57 - </property>
58 - <property name="text">
59 - <string>Product Name</string>
60 - </property>
61 - </widget>
62 - </item>
63 <item>
64 <widget class="FixedAspectRatioLabel" name="productScreenshot">
65 <property name="sizePolicy">
66 @@ -67,6 +54,19 @@ SPDX-License-Identifier: GPL-3.0-or-later
67 </property>
68 </widget>
69 </item>
70 + <item>
71 + <widget class="QLabel" name="productName">
72 + <property name="sizePolicy">
73 + <sizepolicy hsizetype="Preferred" vsizetype="MinimumExpanding">
74 + <horstretch>0</horstretch>
75 + <verstretch>0</verstretch>
76 + </sizepolicy>
77 + </property>
78 + <property name="text">
79 + <string>Product Name</string>
80 + </property>
81 + </widget>
82 + </item>
83 <item>
84 <widget class="QLabel" name="productDescription">
85 <property name="sizePolicy">