mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-19 22:40:36 -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
2 changed files with 9 additions and 6 deletions
|
@ -48,12 +48,6 @@
|
||||||
<height>38</height>
|
<height>38</height>
|
||||||
</size>
|
</size>
|
||||||
</property>
|
</property>
|
||||||
<property name="frameShape">
|
|
||||||
<enum>QFrame::Box</enum>
|
|
||||||
</property>
|
|
||||||
<property name="frameShadow">
|
|
||||||
<enum>QFrame::Sunken</enum>
|
|
||||||
</property>
|
|
||||||
<layout class="QHBoxLayout" name="horizontalLayout_3">
|
<layout class="QHBoxLayout" name="horizontalLayout_3">
|
||||||
<property name="margin">
|
<property name="margin">
|
||||||
<number>2</number>
|
<number>2</number>
|
||||||
|
|
|
@ -31,6 +31,9 @@
|
||||||
</property>
|
</property>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QToolButton" name="editstatustoolButton">
|
<widget class="QToolButton" name="editstatustoolButton">
|
||||||
|
<property name="focusPolicy">
|
||||||
|
<enum>Qt::NoFocus</enum>
|
||||||
|
</property>
|
||||||
<property name="toolTip">
|
<property name="toolTip">
|
||||||
<string>Edit Personal message</string>
|
<string>Edit Personal message</string>
|
||||||
</property>
|
</property>
|
||||||
|
@ -51,6 +54,9 @@
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QToolButton" name="CopyCertButton">
|
<widget class="QToolButton" name="CopyCertButton">
|
||||||
|
<property name="focusPolicy">
|
||||||
|
<enum>Qt::NoFocus</enum>
|
||||||
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Copy Certificate</string>
|
<string>Copy Certificate</string>
|
||||||
</property>
|
</property>
|
||||||
|
@ -68,6 +74,9 @@
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QToolButton" name="profile_Button">
|
<widget class="QToolButton" name="profile_Button">
|
||||||
|
<property name="focusPolicy">
|
||||||
|
<enum>Qt::NoFocus</enum>
|
||||||
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Profile Manager</string>
|
<string>Profile Manager</string>
|
||||||
</property>
|
</property>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue