Skip to content

Commit

Permalink
Remove shadow from frame
Browse files Browse the repository at this point in the history
  • Loading branch information
edisionnano committed Jun 21, 2024
1 parent b779015 commit 0d1e794
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/mainwindow.ui
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="frameShape">
<enum>QFrame::Shape::NoFrame</enum>
</property>
<property name="verticalScrollBarPolicy">
<enum>Qt::ScrollBarPolicy::ScrollBarAlwaysOff</enum>
</property>
Expand All @@ -51,7 +54,7 @@
<rect>
<x>0</x>
<y>0</y>
<width>780</width>
<width>784</width>
<height>16</height>
</rect>
</property>
Expand Down

0 comments on commit 0d1e794

Please sign in to comment.