Skip to content

Commit

Permalink
Fix border for page properties widget
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Oct 2, 2024
1 parent 0b96620 commit 33b54b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/layout/qgslayoutpagepropertieswidget.ui
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<item>
<widget class="QFrame" name="frame">
<property name="frameShape">
<enum>QFrame::Box</enum>
<enum>QFrame::StyledPanel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Sunken</enum>
Expand Down

0 comments on commit 33b54b9

Please sign in to comment.