Update Rhubarb label in preferences

This commit is contained in:
manongjohn 2021-03-13 18:50:23 -05:00 committed by manongjohn
parent 623b42d139
commit f93095dbf5

View file

@ -1640,7 +1640,7 @@ QWidget* PreferencesPopup::createImportExportPage() {
insertUI(fastRenderPath, ffmpegOptionsLay); insertUI(fastRenderPath, ffmpegOptionsLay);
} }
QGridLayout* rhubarbOptionsLay = insertGroupBox(tr("Rhubarb"), lay); QGridLayout* rhubarbOptionsLay = insertGroupBox(tr("Rhubarb Lip Sync"), lay);
{ insertUI(rhubarbPath, rhubarbOptionsLay); } { insertUI(rhubarbPath, rhubarbOptionsLay); }
lay->setRowStretch(lay->rowCount(), 1); lay->setRowStretch(lay->rowCount(), 1);