Change layer slot labels when Triple Metatile Layers is enabled.

This commit is contained in:
ultima-soul 2020-06-25 19:14:58 -07:00 committed by huderlem
parent 4cc3d60dc4
commit 9183a297d4

View file

@ -64,6 +64,7 @@ void TilesetEditor::init(Project *project, QString primaryTilesetLabel, QString
} else {
this->ui->comboBox_layerType->setVisible(false);
this->ui->label_layerType->setVisible(false);
this->ui->label_BottomTop->setText("Bottom/Middle/Top");
}
this->ui->spinBox_paletteSelector->setMinimum(0);