File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -698,9 +698,5 @@ pub const fn borders_horizontal_scroll() -> Insets {
698698 Insets :: new ( 6 , 6 , 0 , 6 )
699699}
700700
701- pub const fn borders_notification ( ) -> Insets {
702- Insets :: new ( 48 , 6 , 6 , 6 )
703- }
704-
705701pub const RESULT_ERROR : ResultStyle =
706702 ResultStyle :: new ( FG , FATAL_ERROR_COLOR , FATAL_ERROR_HIGHLIGHT_COLOR ) ;
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ use crate::{
1313 FixedHeightBar ,
1414 } ,
1515 display:: Color ,
16- geometry:: { Insets , Offset } ,
16+ geometry:: Offset ,
1717 util:: include_icon,
1818 } ,
1919} ;
@@ -826,9 +826,5 @@ pub const fn button_bar<T>(inner: T) -> FixedHeightBar<T> {
826826 FixedHeightBar :: bottom ( inner, BUTTON_HEIGHT )
827827}
828828
829- pub const fn borders_notification ( ) -> Insets {
830- Insets :: new ( 42 , 0 , 0 , 0 )
831- }
832-
833829pub const RESULT_ERROR : ResultStyle =
834830 ResultStyle :: new ( FG , FATAL_ERROR_COLOR , FATAL_ERROR_HIGHLIGHT_COLOR ) ;
You can’t perform that action at this time.
0 commit comments