Skip to content

Commit

Permalink
UI: TrafficPage: Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tnodir committed Sep 16, 2024
1 parent bdbd6d1 commit c4521cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/form/stat/pages/trafficpage.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ void TrafficPage::setupUi()
// Tab Bar
setupTabBar();

auto trafLayout = ControlUtil::createHLayout();
auto trafLayout = ControlUtil::createVLayout();
trafLayout->addWidget(m_tabBar);

// Traf Table
Expand Down

0 comments on commit c4521cf

Please sign in to comment.