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 18, 2024
1 parent ba939a5 commit 8403428
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/gui/apiexecutorwidget.ui
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@
<property name="whatsThis">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;API:&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
<property name="sizeAdjustPolicy">
<enum>QComboBox::AdjustToContents</enum>
</property>
</widget>
</item>
<item>
Expand Down

0 comments on commit 8403428

Please sign in to comment.