From 67dc933d72fa5e20e6480bbff5a88a2c52d9d0d0 Mon Sep 17 00:00:00 2001 From: John Preston Date: Fri, 30 Jun 2023 15:24:37 +0400 Subject: [PATCH] Move InfoTopBar to the child project styles. --- ui/widgets/widgets.style | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/ui/widgets/widgets.style b/ui/widgets/widgets.style index 921040e..cd85819 100644 --- a/ui/widgets/widgets.style +++ b/ui/widgets/widgets.style @@ -1272,23 +1272,6 @@ SearchFieldRow { fieldCancelSkip: pixels; } -InfoTopBar { - height: pixels; - back: IconButton; - title: FlatLabel; - titlePosition: point; - bg: color; - mediaCancel: IconButton; - mediaActionsSkip: pixels; - mediaForward: IconButton; - mediaDelete: IconButton; - search: IconButton; - searchRow: SearchFieldRow; - highlightBg: color; - highlightDuration: int; - radius: pixels; -} - LevelMeter { height: pixels; lineWidth: pixels;