We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cb642f commit 22efbdbCopy full SHA for 22efbdb
lib/djvApp/Tools/AudioTool.cpp
@@ -84,7 +84,7 @@ namespace djv
84
p.channelMuteLayout = ftk::HorizontalLayout::create(context);
85
p.channelMuteLayout->setSpacingRole(ftk::SizeRole::SpacingTool);
86
formLayout->addRow("Channel mute:", p.channelMuteLayout);
87
- formLayout->addRow("Sync offset:", p.syncOffsetSlider);
+ formLayout->addRow("Sync offset (seconds):", p.syncOffsetSlider);
88
89
auto scrollWidget = ftk::ScrollWidget::create(context);
90
scrollWidget->setBorder(false);
0 commit comments