[plasmalnf] Expand explanation, drop CSS

This commit is contained in:
Adriaan de Groot 2017-12-18 07:57:19 -05:00
parent cf39dddbf3
commit e73d54767d
2 changed files with 1 additions and 5 deletions

View File

@ -61,7 +61,7 @@ PlasmaLnfPage::PlasmaLnfPage( QWidget* parent )
CALAMARES_RETRANSLATE( CALAMARES_RETRANSLATE(
{ {
ui->retranslateUi( this ); ui->retranslateUi( this );
ui->generalExplanation->setText( tr( "Please choose a look-and-feel for the KDE Plasma Desktop, below." ) ); ui->generalExplanation->setText( tr( "Please choose a look-and-feel for the KDE Plasma Desktop. You can also skip this step and configure the look-and-feel once the system is installed." ) );
updateThemeNames(); updateThemeNames();
fillUi(); fillUi();
} }

View File

@ -16,10 +16,6 @@
<layout class="QVBoxLayout" name="verticalLayout" stretch="0,0"> <layout class="QVBoxLayout" name="verticalLayout" stretch="0,0">
<item> <item>
<widget class="QLabel" name="generalExplanation"> <widget class="QLabel" name="generalExplanation">
<property name="styleSheet">
<string notr="true">margin-bottom: 1ex;
margin-left: 2em;</string>
</property>
<property name="text"> <property name="text">
<string>Placeholder</string> <string>Placeholder</string>
</property> </property>