https://bugs.kde.org/show_bug.cgi?id=346120
--- Comment #4 from Nerijus Baliūnas <[email protected]> --- Created attachment 96600 --> https://bugs.kde.org/attachment.cgi?id=96600&action=edit patched This is how it looks when the following patch is applied: diff --git a/res/layout/mpris_control.xml b/res/layout/mpris_control.xml index daba05a..25961f8 100644 --- a/res/layout/mpris_control.xml +++ b/res/layout/mpris_control.xml @@ -7,9 +7,9 @@ android:layout_height="match_parent" android:id="@+id/mpris_control_view" android:gravity="center" - android:paddingLeft="60dip" + android:paddingLeft="5dip" android:paddingTop="5dip" - android:paddingRight="60dip" + android:paddingRight="5dip" android:paddingBottom="5dip"> <TextView -- You are receiving this mail because: You are watching all bug changes.
