Added maximum size so layout is responsive again

This commit is contained in:
CommanderRedYT
2022-02-01 13:48:00 +01:00
parent 770bf35b23
commit 89b9827933

View File

@@ -102,6 +102,12 @@
</item>
<item>
<widget class="QPushButton" name="pushButtonSend">
<property name="maximumSize">
<size>
<width>80</width>
<height>16777215</height>
</size>
</property>
<property name="text">
<string>Send</string>
</property>