Skip to content

Commit

Permalink
Merge pull request #7044 from nextcloud/bugfix/removeUselessFrameInSe…
Browse files Browse the repository at this point in the history
…ttings

remove the frame around the sync folders settings area
  • Loading branch information
mgallien committed Aug 28, 2024
2 parents 7817c51 + 883cdcc commit 5b08c7a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/gui/accountsettings.ui
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,9 @@
<property name="autoFillBackground">
<bool>false</bool>
</property>
<property name="frameShape">
<enum>QFrame::Shape::NoFrame</enum>
</property>
<property name="editTriggers">
<set>QAbstractItemView::NoEditTriggers</set>
</property>
Expand Down

0 comments on commit 5b08c7a

Please sign in to comment.