提交 dbbfa249 编写于 作者: V VodBox

UI: Fix filter window rendering and accessible names

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