1
mirror of https://invent.kde.org/network/falkon.git synced 2024-09-22 02:02: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) void Preferences::allowCacheChanged(bool state)
{ {
ui->label_21->setEnabled(state); //'Maximum' Label ui->maxCacheLabel->setEnabled(state);
ui->cacheMB->setEnabled(state); ui->cacheMB->setEnabled(state);
ui->storeCacheLabel->setEnabled(state); ui->storeCacheLabel->setEnabled(state);
ui->cachePath->setEnabled(state); ui->cachePath->setEnabled(state);

View File

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