Make bar height adjustable
This commit is contained in:
@@ -28,6 +28,7 @@ void neat_bar_layer_set_icon(NeatBarLayer *layer, ButtonId button_id, GBitmap *i
|
||||
void neat_bar_layer_set_theme_default_rect(NeatBarLayer *neat_bar);
|
||||
void neat_bar_layer_set_theme_legacy_rect(NeatBarLayer *neat_bar);
|
||||
void neat_bar_layer_set_width(NeatBarLayer *neat_bar, uint16_t width);
|
||||
void neat_bar_layer_set_height(NeatBarLayer *neat_bar, uint16_t height);
|
||||
void neat_bar_layer_set_floating(NeatBarLayer *neat_bar, bool floating);
|
||||
void neat_bar_layer_set_corner_radius(NeatBarLayer *neat_bar, uint16_t corner_radius);
|
||||
void neat_bar_layer_set_background_color(NeatBarLayer *neat_bar, GColor background_color);
|
||||
|
||||
Reference in New Issue
Block a user