From 62a62d1fb5abe9dc1e6b9f89af1ccef6fef33c52 Mon Sep 17 00:00:00 2001 From: John Preston Date: Tue, 14 Mar 2023 17:30:27 +0400 Subject: [PATCH] Move MediaPlayerButton style outside of lib_ui. --- ui/widgets/widgets.style | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/ui/widgets/widgets.style b/ui/widgets/widgets.style index 136aad3..323a884 100644 --- a/ui/widgets/widgets.style +++ b/ui/widgets/widgets.style @@ -1175,21 +1175,6 @@ historySendActionChooseStickerEyeWidth: 7px; historySendActionChooseStickerEyeHeight: 11px; historySendActionChooseStickerEyeStep: 2px; -MediaPlayerButton { - playPosition: point; - playOuter: size; - pausePosition: point; - pauseOuter: size; - pauseStroke: pixels; - cancelPosition: point; - cancelOuter: size; - cancelStroke: pixels; - - rippleAreaPosition: point; - rippleAreaSize: pixels; - ripple: RippleAnimation; -} - PeerListItem { left: pixels; bottom: pixels;