gui: chat: repudiate a hashbox to be half-screen large

This commit is contained in:
chelovechishko 2022-04-13 01:27:01 +09:00
parent 25837426a9
commit 73efcfba8d

View File

@ -894,6 +894,12 @@ border-image: url(:/images/closepressed.png)
</item>
<item>
<widget class="HashBox" name="hashBox">
<property name="maximumSize">
<size>
<width>16777215</width>
<height>78</height>
</size>
</property>
<property name="widgetResizable">
<bool>true</bool>
</property>