universal-access: Add context for text sizes
https://bugzilla.gnome.org/show_bug.cgi?id=645729
This commit is contained in:
parent
5a5a037d09
commit
cb224b9cd8
1 changed files with 4 additions and 4 deletions
|
@ -39,25 +39,25 @@
|
||||||
<data>
|
<data>
|
||||||
<row>
|
<row>
|
||||||
<col id="0" translatable="yes">75%</col>
|
<col id="0" translatable="yes">75%</col>
|
||||||
<col id="1" translatable="yes">Small</col>
|
<col id="1" translatable="yes" context="universal access, text size">Small</col>
|
||||||
<col id="2">0.75</col>
|
<col id="2">0.75</col>
|
||||||
<col id="3">0.75</col>
|
<col id="3">0.75</col>
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
<col id="0" translatable="yes">100%</col>
|
<col id="0" translatable="yes">100%</col>
|
||||||
<col id="1" translatable="yes">Normal</col>
|
<col id="1" translatable="yes" context="universal access, text size">Normal</col>
|
||||||
<col id="2">1</col>
|
<col id="2">1</col>
|
||||||
<col id="3">1</col>
|
<col id="3">1</col>
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
<col id="0" translatable="yes">125%</col>
|
<col id="0" translatable="yes">125%</col>
|
||||||
<col id="1" translatable="yes">Large</col>
|
<col id="1" translatable="yes" context="universal access, text size">Large</col>
|
||||||
<col id="2">1.25</col>
|
<col id="2">1.25</col>
|
||||||
<col id="3">1.25</col>
|
<col id="3">1.25</col>
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
<col id="0" translatable="yes">150%</col>
|
<col id="0" translatable="yes">150%</col>
|
||||||
<col id="1" translatable="yes">Larger</col>
|
<col id="1" translatable="yes" context="universal access, text size">Larger</col>
|
||||||
<col id="2">1.5</col>
|
<col id="2">1.5</col>
|
||||||
<col id="3">1.5</col>
|
<col id="3">1.5</col>
|
||||||
</row>
|
</row>
|
||||||
|
|
Loading…
Add table
Reference in a new issue