Skip to content

Commit

Permalink
Tweak chat layout a bit more
Browse files Browse the repository at this point in the history
Signed-off-by: Igor Kotrasinski <[email protected]>
  • Loading branch information
Wesmania committed Apr 3, 2018
1 parent e5cc995 commit 6fe4187
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 7 deletions.
2 changes: 1 addition & 1 deletion res/chat/channel.ui
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<widget class="QFrame" name="chatFrame">
<property name="sizePolicy">
<sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
<horstretch>5</horstretch>
<horstretch>4</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
Expand Down
18 changes: 12 additions & 6 deletions res/chat/chatter.ui
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,22 @@
<rect>
<x>0</x>
<y>0</y>
<width>156</width>
<width>150</width>
<height>24</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>150</width>
<height>24</height>
</size>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<layout class="QHBoxLayout" name="horizontalLayout">
<property name="spacing">
<number>0</number>
<number>2</number>
</property>
<property name="leftMargin">
<number>2</number>
Expand All @@ -39,14 +45,14 @@
</property>
<property name="minimumSize">
<size>
<width>40</width>
<height>20</height>
<width>25</width>
<height>16</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>40</width>
<height>20</height>
<width>25</width>
<height>16</height>
</size>
</property>
</widget>
Expand Down

0 comments on commit 6fe4187

Please sign in to comment.