mirror of
https://codeberg.org/fairyglade/ly.git
synced 2026-08-22 13:34:19 +02:00
zig fmt
This commit is contained in:
parent
c2090d6a8b
commit
4a8b150e73
1 changed files with 2 additions and 2 deletions
|
|
@ -1939,8 +1939,8 @@ fn updateSessionSpecifier(self: *Label, ptr: *anyopaque) !void {
|
|||
|
||||
fn positionWidgets(ptr: *anyopaque) !void {
|
||||
var state: *UiState = @ptrCast(@alignCast(ptr));
|
||||
|
||||
// Offsets for custom bind placement. Declared here instead of the
|
||||
|
||||
// Offsets for custom bind placement. Declared here instead of the
|
||||
// below if stmt as we need these for `battery_label` positioning.
|
||||
var x_offset: usize = 0;
|
||||
// To account for the first row of built-in key hints
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue