Remove shadow from frame

This commit is contained in:
spiros
2024-06-21 17:16:32 +03:00
parent b77901564c
commit 0d1e794898

View File

@@ -40,6 +40,9 @@
<verstretch>0</verstretch> <verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property name="frameShape">
<enum>QFrame::Shape::NoFrame</enum>
</property>
<property name="verticalScrollBarPolicy"> <property name="verticalScrollBarPolicy">
<enum>Qt::ScrollBarPolicy::ScrollBarAlwaysOff</enum> <enum>Qt::ScrollBarPolicy::ScrollBarAlwaysOff</enum>
</property> </property>
@@ -51,7 +54,7 @@
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>780</width> <width>784</width>
<height>16</height> <height>16</height>
</rect> </rect>
</property> </property>