forked from AuroraMiddleware/gtk
color editor: Add accessible labels
Add some labels to the controls in this dialog.
This commit is contained in:
parent
80756322cd
commit
313ba0280a
@ -49,6 +49,9 @@
|
||||
<property name="column">0</property>
|
||||
<property name="row">0</property>
|
||||
</layout>
|
||||
<accessibility>
|
||||
<property name="label" translatable="yes">Pick a color from the screen</property>
|
||||
</accessibility>
|
||||
</object>
|
||||
</child>
|
||||
<child>
|
||||
@ -73,6 +76,9 @@
|
||||
<property name="column">2</property>
|
||||
<property name="row">0</property>
|
||||
</layout>
|
||||
<accessibility>
|
||||
<property name="label" translatable="yes">Hexadecimal color or color name</property>
|
||||
</accessibility>
|
||||
</object>
|
||||
</child>
|
||||
<child>
|
||||
@ -86,6 +92,9 @@
|
||||
<property name="column">0</property>
|
||||
<property name="row">1</property>
|
||||
</layout>
|
||||
<accessibility>
|
||||
<property name="label" translatable="yes">Hue</property>
|
||||
</accessibility>
|
||||
</object>
|
||||
</child>
|
||||
<child>
|
||||
@ -103,6 +112,9 @@
|
||||
<property name="row">2</property>
|
||||
<property name="column-span">2</property>
|
||||
</layout>
|
||||
<accessibility>
|
||||
<property name="label" translatable="yes">Alpha value</property>
|
||||
</accessibility>
|
||||
</object>
|
||||
</child>
|
||||
<child>
|
||||
@ -118,6 +130,9 @@
|
||||
<property name="row">1</property>
|
||||
<property name="column-span">2</property>
|
||||
</layout>
|
||||
<accessibility>
|
||||
<property name="label" translatable="yes">Saturation and value</property>
|
||||
</accessibility>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
|
Loading…
Reference in New Issue
Block a user