Skip to content

Commit

Permalink
fix: Fix combobox's width for API executor
Browse files Browse the repository at this point in the history
When changing files with the API executor displayed, the combobox didn't
adapt to its content.

Fix #164
  • Loading branch information
narnaud committed Nov 17, 2024
1 parent ba939a5 commit b858b3b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gui/apiexecutorwidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ APIExecutorWidget::APIExecutorWidget(QWidget *parent)
{

ui->setupUi(this);
ui->apiComboBox->setSizeAdjustPolicy(QComboBox::AdjustToContents);
setProperty("panelWidget", true);

initializeApi();
Expand Down

0 comments on commit b858b3b

Please sign in to comment.