Skip to content

Commit 22efbdb

Browse files
committed
Add label
1 parent 5cb642f commit 22efbdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/djvApp/Tools/AudioTool.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ namespace djv
8484
p.channelMuteLayout = ftk::HorizontalLayout::create(context);
8585
p.channelMuteLayout->setSpacingRole(ftk::SizeRole::SpacingTool);
8686
formLayout->addRow("Channel mute:", p.channelMuteLayout);
87-
formLayout->addRow("Sync offset:", p.syncOffsetSlider);
87+
formLayout->addRow("Sync offset (seconds):", p.syncOffsetSlider);
8888

8989
auto scrollWidget = ftk::ScrollWidget::create(context);
9090
scrollWidget->setBorder(false);

0 commit comments

Comments
 (0)