ControlCenter: +20 px width

This commit is contained in:
ItsLemmy
2025-11-07 14:13:51 -05:00
parent 5b3b2ae2aa
commit f8cffcd3ac
@@ -30,7 +30,7 @@ SmartPanel {
panelAnchorBottom: !shouldCenter && controlCenterPosition !== "close_to_bar_button" && controlCenterPosition.startsWith("bottom_")
panelAnchorTop: !shouldCenter && controlCenterPosition !== "close_to_bar_button" && controlCenterPosition.startsWith("top_")
preferredWidth: Math.round(440 * Style.uiScaleRatio)
preferredWidth: Math.round(460 * Style.uiScaleRatio)
preferredHeight: {
var height = 0
var count = 0