mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
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:
parent
5676a8d248
commit
8ff6bcd6b2
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user