1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

Improve width of editablelabelwidgets used in name and status

This commit is contained in:
Kevin Flynn 2014-07-05 15:41:39 -07:00
parent c5c0f35f59
commit 7949031298
2 changed files with 17 additions and 3 deletions

View File

@ -4,6 +4,8 @@ QPushButton
background-color: rgb(65,65,65);
border: none;
border-radius: 6px;
width: 20px;
height: 40px;
}
QPushButton#online

View File

@ -1494,7 +1494,7 @@ QSplitter:handle{
</widget>
</item>
<item>
<layout class="QVBoxLayout" name="verticalLayout">
<layout class="QVBoxLayout" name="verticalLayout" stretch="1,1">
<property name="spacing">
<number>0</number>
</property>
@ -1503,6 +1503,12 @@ QSplitter:handle{
<property name="enabled">
<bool>true</bool>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
<horstretch>1</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="palette">
<palette>
<active>
@ -1932,6 +1938,12 @@ QSplitter:handle{
</item>
<item>
<widget class="EditableLabelWidget" name="statusLabel">
<property name="sizePolicy">
<sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
<horstretch>1</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="palette">
<palette>
<active>
@ -2014,11 +2026,11 @@ QSplitter:handle{
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeType">
<enum>QSizePolicy::Maximum</enum>
<enum>QSizePolicy::Fixed</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>1920</width>
<width>2</width>
<height>20</height>
</size>
</property>