CMake GUI: Fix rendering issue

Remove style sheet from a combo box in the GUI. I have no idea why this
was being set, but it causes a render glitch. Also, use a more sensible
size policy on the same widget.
This commit is contained in:
Matthew Woehlke
2021-01-15 11:27:52 -05:00
parent 15e8072859
commit 79d00c629f

View File

@@ -84,14 +84,11 @@
<item row="2" column="1">
<widget class="QComboBox" name="BinaryDirectory">
<property name="sizePolicy">
<sizepolicy hsizetype="Ignored" vsizetype="Fixed">
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="styleSheet">
<string notr="true">padding-left: 0</string>
</property>
<property name="editable">
<bool>true</bool>
</property>