forked from qt-creator/qt-creator
Fixes: Make the run settings combo box adjust to contents.
Details: Little tweak improves readeability for the cmake support, since that currently names the runconfigurations according to their full path. Which is suboptimal and will surely change. But adjusting to contents is better regardless.
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>521</width>
|
||||
<width>551</width>
|
||||
<height>300</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -35,7 +35,7 @@
|
||||
<item>
|
||||
<widget class="QComboBox" name="runConfigurationCombo">
|
||||
<property name="sizeAdjustPolicy">
|
||||
<enum>QComboBox::AdjustToMinimumContentsLength</enum>
|
||||
<enum>QComboBox::AdjustToContents</enum>
|
||||
</property>
|
||||
<property name="minimumContentsLength">
|
||||
<number>30</number>
|
||||
|
Reference in New Issue
Block a user