Make bar height adjustable

This commit is contained in:
2026-07-19 11:56:27 -04:00
parent 65db01d4c3
commit 92780d18b1
2 changed files with 16 additions and 3 deletions
+1
View File
@@ -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);