1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-25 05:52:50 -05:00

Larger option for the media player widget. (#1236)

This commit is contained in:
Phil Jackson
2026-01-02 03:12:37 +00:00
committed by GitHub
parent 618ccbcb2f
commit 1a98da22b2
2 changed files with 20 additions and 0 deletions

View File

@@ -26,6 +26,8 @@ BasePill {
return 0;
case 2:
return 180;
case 3:
return 240;
default:
return 120;
}