Skip to content

Commit

Permalink
Layout fix
Browse files Browse the repository at this point in the history
  • Loading branch information
darbyjohnston committed Jun 20, 2024
1 parent 15f04c3 commit 83999f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/tlPlayApp/FilesTool.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,7 @@ namespace tl
auto layerComboBox = ui::ComboBox::create(context);
layerComboBox->setItems(item->videoLayers);
layerComboBox->setCurrentIndex(item->videoLayer);
layerComboBox->setHAlign(ui::HAlign::Left);
layerComboBox->setToolTip("Set the current layer");
p.layerComboBoxes.push_back(layerComboBox);
layerComboBox->setParent(p.widgetLayout);
Expand Down

0 comments on commit 83999f4

Please sign in to comment.