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 29, 2024
1 parent e1d7e28 commit da70a98
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 da70a98

Please sign in to comment.