Skip to content
This repository has been archived by the owner on Mar 3, 2022. It is now read-only.

Commit

Permalink
Merge pull request #1767 from buckmelanoma/patch-1
Browse files Browse the repository at this point in the history
Fix playlist rule editor window width issue
  • Loading branch information
CDrummond authored Feb 21, 2022
2 parents b2d740d + f493d0f commit 46a6c7b
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions playlists/playlistrule.ui
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,11 @@
</widget>
</item>
<item row="1" column="1">
<widget class="CompletionCombo" name="artistText"/>
<widget class="CompletionCombo" name="artistText">
<property name="sizeAdjustPolicy">
<enum>QComboBox::AdjustToMinimumContentsLengthWithIcon</enum>
</property>
</widget>
</item>
<item row="2" column="0">
<widget class="BuddyLabel" name="similarArtistsTextLabel">
Expand Down Expand Up @@ -94,7 +98,11 @@
</widget>
</item>
<item row="4" column="1">
<widget class="CompletionCombo" name="composerText"/>
<widget class="CompletionCombo" name="composerText">
<property name="sizeAdjustPolicy">
<enum>QComboBox::AdjustToMinimumContentsLengthWithIcon</enum>
</property>
</widget>
</item>
<item row="5" column="0">
<widget class="BuddyLabel" name="label_3">
Expand Down

0 comments on commit 46a6c7b

Please sign in to comment.