提交 dbbfa249 编写于 作者: V VodBox

UI: Fix filter window rendering and accessible names

上级 6b6a72cd
......@@ -104,7 +104,7 @@
<property name="themeID" stdset="0">
<string>addIconSmall</string>
</property>
<property name="text">
<property name="accessibleName">
<string>Add</string>
</property>
</widget>
......@@ -133,7 +133,7 @@
<property name="themeID" stdset="0">
<string>removeIconSmall</string>
</property>
<property name="text">
<property name="accessibleName">
<string>Remove</string>
</property>
</widget>
......@@ -162,7 +162,7 @@
<property name="themeID" stdset="0">
<string>upArrowIconSmall</string>
</property>
<property name="text">
<property name="accessibleName">
<string>MoveUp</string>
</property>
</widget>
......@@ -191,7 +191,7 @@
<property name="themeID" stdset="0">
<string>downArrowIconSmall</string>
</property>
<property name="text">
<property name="accessibleName">
<string>MoveDown</string>
</property>
</widget>
......@@ -292,7 +292,7 @@
<property name="themeID" stdset="0">
<string>addIconSmall</string>
</property>
<property name="text">
<property name="accessibleName">
<string>Add</string>
</property>
</widget>
......@@ -321,7 +321,7 @@
<property name="themeID" stdset="0">
<string>removeIconSmall</string>
</property>
<property name="text">
<property name="accessibleName">
<string>Remove</string>
</property>
</widget>
......@@ -350,6 +350,9 @@
<property name="themeID" stdset="0">
<string>upArrowIconSmall</string>
</property>
<property name="accessibleName">
<string>MoveUp</string>
</property>
</widget>
</item>
<item>
......@@ -376,6 +379,9 @@
<property name="themeID" stdset="0">
<string>downArrowIconSmall</string>
</property>
<property name="accessibleName">
<string>MoveDown</string>
</property>
</widget>
</item>
</layout>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册