qt: make sound gain dialog columns equal width

This commit is contained in:
ts-korhonen
2022-02-05 23:13:39 +02:00
parent ee451ddf4f
commit c311658330

View File

@@ -31,7 +31,7 @@
<property name="windowTitle"> <property name="windowTitle">
<string>Sound Gain</string> <string>Sound Gain</string>
</property> </property>
<layout class="QGridLayout" name="gridLayout"> <layout class="QGridLayout" name="gridLayout" columnstretch="1,1">
<item row="0" column="0"> <item row="0" column="0">
<widget class="QLabel" name="label"> <widget class="QLabel" name="label">
<property name="sizePolicy"> <property name="sizePolicy">