UI: Add label/widget buddying to YouTube dialog
Adds missing label/widget buddying to the appropriate widgets within the YouTube Actions dialog. Closes obsproject/obs-studio#5284
This commit is contained in:
parent
4687e99563
commit
27efd76125
@ -59,6 +59,9 @@
|
||||
<property name="text">
|
||||
<string>YouTube.Actions.Title</string>
|
||||
</property>
|
||||
<property name="buddy">
|
||||
<cstring>title</cstring>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="0" column="1">
|
||||
@ -76,6 +79,9 @@
|
||||
<property name="text">
|
||||
<string>YouTube.Actions.Description</string>
|
||||
</property>
|
||||
<property name="buddy">
|
||||
<cstring>description</cstring>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="1" column="1">
|
||||
@ -90,6 +96,9 @@
|
||||
<property name="text">
|
||||
<string>YouTube.Actions.Privacy</string>
|
||||
</property>
|
||||
<property name="buddy">
|
||||
<cstring>privacyBox</cstring>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="2" column="1">
|
||||
@ -110,6 +119,9 @@
|
||||
<property name="text">
|
||||
<string>YouTube.Actions.Category</string>
|
||||
</property>
|
||||
<property name="buddy">
|
||||
<cstring>categoryBox</cstring>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="3" column="1">
|
||||
@ -227,6 +239,9 @@
|
||||
<property name="text">
|
||||
<string>YouTube.Actions.Latency</string>
|
||||
</property>
|
||||
<property name="buddy">
|
||||
<cstring>latencyBox</cstring>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
|
Loading…
x
Reference in New Issue
Block a user