mirror of
https://github.com/Quill-OS/quill.git
synced 2024-10-31 21:33:22 -07:00
UI fixes
This commit is contained in:
parent
af4f9b57c5
commit
4e9bc465d2
2 changed files with 13 additions and 1 deletions
|
@ -39,7 +39,7 @@ alert::alert(QWidget *parent) :
|
|||
if(checkconfig("/external_root/boot/flags/ALERT_DOWNGRADE") == true) {
|
||||
downgradeError = true;
|
||||
ui->securityLabel->setText("Failed to update InkBox.");
|
||||
ui->messageLabel->setText("An error occured during the update process.\nThe update provided is lower than the actual installed version.");
|
||||
ui->messageLabel->setText("An error occured during the update process.\nThe update package's version is lower than the actual installed version.");
|
||||
ui->stackedWidget->setCurrentIndex(1);
|
||||
}
|
||||
|
||||
|
|
12
alert.ui
12
alert.ui
|
@ -166,6 +166,18 @@
|
|||
</widget>
|
||||
<widget class="QWidget" name="page_2">
|
||||
<layout class="QVBoxLayout" name="verticalLayout_3">
|
||||
<property name="leftMargin">
|
||||
<number>0</number>
|
||||
</property>
|
||||
<property name="topMargin">
|
||||
<number>0</number>
|
||||
</property>
|
||||
<property name="rightMargin">
|
||||
<number>0</number>
|
||||
</property>
|
||||
<property name="bottomMargin">
|
||||
<number>0</number>
|
||||
</property>
|
||||
<item>
|
||||
<layout class="QGridLayout" name="gridLayout_3">
|
||||
<item row="0" column="0">
|
||||
|
|
Loading…
Reference in a new issue