Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5a2ad575 authored by Fabian Kozynski's avatar Fabian Kozynski
Browse files

Remove rounded corners from QSCustomizer toolbar

Test: visual
Fixes: 183459253
Change-Id: I9a919e76620d385446dd72035dde74db571af688
parent 5c4553b2
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -16,8 +16,5 @@
<inset xmlns:android="http://schemas.android.com/apk/res/android">
    <shape>
        <solid android:color="?android:attr/colorBackgroundFloating"/>
        <corners
            android:topLeftRadius="?android:attr/dialogCornerRadius"
            android:topRightRadius="?android:attr/dialogCornerRadius" />
    </shape>
</inset>