remove the uneeded vertical scrollbar for tools

This commit is contained in:
T1ti
2024-10-19 22:51:31 +02:00
parent 57b630cb54
commit 7e6f9bb6a3

View File

@@ -71,10 +71,10 @@
</size>
</property>
<property name="verticalScrollBarPolicy">
<enum>Qt::ScrollBarAlwaysOn</enum>
<enum>Qt::ScrollBarAsNeeded</enum>
</property>
<property name="horizontalScrollBarPolicy">
<enum>Qt::ScrollBarAlwaysOff</enum>
<enum>Qt::ScrollBarAsNeeded</enum>
</property>
<property name="sizeAdjustPolicy">
<enum>QAbstractScrollArea::AdjustIgnored</enum>
@@ -87,7 +87,7 @@
<rect>
<x>0</x>
<y>0</y>
<width>272</width>
<width>287</width>
<height>198</height>
</rect>
</property>