Removed tab focus from the toolbar and image buttons.

Fixd german translation.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4071 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
thunder2 2011-03-02 22:16:04 +00:00
parent cb22b75505
commit 6bb4854925
12 changed files with 316 additions and 135 deletions

View file

@ -592,6 +592,9 @@ p, li { white-space: pre-wrap; }
<height>24</height>
</size>
</property>
<property name="focusPolicy">
<enum>Qt::NoFocus</enum>
</property>
<property name="toolTip">
<string>Splitted View</string>
</property>
@ -621,6 +624,9 @@ p, li { white-space: pre-wrap; }
<height>24</height>
</size>
</property>
<property name="focusPolicy">
<enum>Qt::NoFocus</enum>
</property>
<property name="toolTip">
<string>Friends Folders</string>
</property>
@ -650,6 +656,9 @@ p, li { white-space: pre-wrap; }
<height>24</height>
</size>
</property>
<property name="focusPolicy">
<enum>Qt::NoFocus</enum>
</property>
<property name="toolTip">
<string>My Folders</string>
</property>
@ -752,6 +761,9 @@ p, li { white-space: pre-wrap; }
<family>MS Shell Dlg 2</family>
</font>
</property>
<property name="focusPolicy">
<enum>Qt::NoFocus</enum>
</property>
<property name="toolTip">
<string>Start Search</string>
</property>
@ -783,6 +795,9 @@ p, li { white-space: pre-wrap; }
<family>MS Shell Dlg 2</family>
</font>
</property>
<property name="focusPolicy">
<enum>Qt::NoFocus</enum>
</property>
<property name="toolTip">
<string>Reset</string>
</property>