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); background-color: rgb(65,65,65);
border: none; border: none;
border-radius: 6px; border-radius: 6px;
width: 20px;
height: 40px;
} }
QPushButton#online QPushButton#online

View File

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