1
mirror of https://invent.kde.org/network/falkon.git synced 2024-09-21 17:52:10 +02:00

Rename label_21 from previous commit

This commit is contained in:
David Rosca 2017-01-22 09:22:03 +01:00
parent ae449974a9
commit db2eb5bbd7
2 changed files with 3 additions and 3 deletions

View File

@ -604,7 +604,7 @@ void Preferences::makeQupZillaDefault()
void Preferences::allowCacheChanged(bool state)
{
ui->label_21->setEnabled(state); //'Maximum' Label
ui->maxCacheLabel->setEnabled(state);
ui->cacheMB->setEnabled(state);
ui->storeCacheLabel->setEnabled(state);
ui->cachePath->setEnabled(state);

View File

@ -1212,8 +1212,8 @@
<layout class="QGridLayout" name="gridLayout_19">
<item row="0" column="0" colspan="2">
<layout class="QGridLayout" name="gridLayout_4">
<item row="1" column="1">
<widget class="QLabel" name="label_21">
<item row="1" column="1">
<widget class="QLabel" name="maxCacheLabel">
<property name="text">
<string>Maximum:</string>
</property>