mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 05:05:20 -05:00
rbutil: improve accessibility a little bit.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21300 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
b386406707
commit
18e74c9d81
4 changed files with 21 additions and 3 deletions
|
|
@ -37,7 +37,11 @@
|
|||
</widget>
|
||||
</item>
|
||||
<item row="1" column="1" colspan="2" >
|
||||
<widget class="QLineEdit" name="lineTalkFolder" />
|
||||
<widget class="QLineEdit" name="lineTalkFolder" >
|
||||
<property name="accessibleName" >
|
||||
<string>Talkfile Folder</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="1" column="3" >
|
||||
<widget class="QPushButton" name="buttonBrowse" >
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue