Style changes in utility.hpp

This commit is contained in:
WarmUpTill
2023-04-29 00:16:25 +02:00
committed by WarmUpTill
parent 20a934c9ab
commit 0138b412b4
100 changed files with 403 additions and 402 deletions

View File

@@ -122,7 +122,7 @@ MacroActionSequenceEdit::MacroActionSequenceEdit(
auto *entryLayout = new QHBoxLayout;
std::unordered_map<std::string, QWidget *> widgetPlaceholders = {};
placeWidgets(obs_module_text("AdvSceneSwitcher.action.sequence.entry"),
PlaceWidgets(obs_module_text("AdvSceneSwitcher.action.sequence.entry"),
entryLayout, widgetPlaceholders);
auto *mainLayout = new QVBoxLayout;