mirror of
https://github.com/mumble-voip/mumble.git
synced 2025-10-26 11:19:16 +00:00
Set min width for log as first aid to #3109452
This commit is contained in:
parent
cb9dee613f
commit
ecff17aee1
@ -100,6 +100,12 @@
|
||||
<addaction name="qmHelp"/>
|
||||
</widget>
|
||||
<widget class="QDockWidget" name="qdwLog">
|
||||
<property name="minimumSize">
|
||||
<size>
|
||||
<width>250</width>
|
||||
<height>50</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="features">
|
||||
<set>QDockWidget::DockWidgetClosable|QDockWidget::DockWidgetMovable</set>
|
||||
</property>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user