fix warning reg. "Ratio" not being a valid widget
and fixing an accessibility string in the passing
This commit is contained in:
parent
fd16e079b9
commit
5220caea53
1 changed files with 2 additions and 2 deletions
|
@ -95,7 +95,7 @@
|
|||
<string>Stretch:</string>
|
||||
</property>
|
||||
<property name="buddy">
|
||||
<cstring>Ratio</cstring>
|
||||
<cstring>stretch</cstring>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
@ -122,7 +122,7 @@
|
|||
<string>Reset to default</string>
|
||||
</property>
|
||||
<property name="accessibleName">
|
||||
<string>Reset 'Direction' value</string>
|
||||
<string>Reset 'Stretch' value</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string notr="true"/>
|
||||
|
|
Loading…
Reference in a new issue