Change layer slot labels when Triple Metatile Layers is enabled.
This commit is contained in:
parent
4cc3d60dc4
commit
9183a297d4
1 changed files with 1 additions and 0 deletions
|
@ -64,6 +64,7 @@ void TilesetEditor::init(Project *project, QString primaryTilesetLabel, QString
|
||||||
} else {
|
} else {
|
||||||
this->ui->comboBox_layerType->setVisible(false);
|
this->ui->comboBox_layerType->setVisible(false);
|
||||||
this->ui->label_layerType->setVisible(false);
|
this->ui->label_layerType->setVisible(false);
|
||||||
|
this->ui->label_BottomTop->setText("Bottom/Middle/Top");
|
||||||
}
|
}
|
||||||
|
|
||||||
this->ui->spinBox_paletteSelector->setMinimum(0);
|
this->ui->spinBox_paletteSelector->setMinimum(0);
|
||||||
|
|
Loading…
Reference in a new issue