Fixed some GUI issues.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5575 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
thunder2 2012-09-20 13:08:25 +00:00
parent 5676a8d248
commit 8ff6bcd6b2
2 changed files with 9 additions and 6 deletions

View File

@ -48,12 +48,6 @@
<height>38</height>
</size>
</property>
<property name="frameShape">
<enum>QFrame::Box</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Sunken</enum>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_3">
<property name="margin">
<number>2</number>

View File

@ -31,6 +31,9 @@
</property>
<item>
<widget class="QToolButton" name="editstatustoolButton">
<property name="focusPolicy">
<enum>Qt::NoFocus</enum>
</property>
<property name="toolTip">
<string>Edit Personal message</string>
</property>
@ -51,6 +54,9 @@
</item>
<item>
<widget class="QToolButton" name="CopyCertButton">
<property name="focusPolicy">
<enum>Qt::NoFocus</enum>
</property>
<property name="text">
<string>Copy Certificate</string>
</property>
@ -68,6 +74,9 @@
</item>
<item>
<widget class="QToolButton" name="profile_Button">
<property name="focusPolicy">
<enum>Qt::NoFocus</enum>
</property>
<property name="text">
<string>Profile Manager</string>
</property>