mirror of
https://github.com/fairyglade/ly.git
synced 2026-06-22 15:31:59 +00:00
Make box widget not position-dependent
Signed-off-by: AnErrupTion <anerruption@disroot.org>
This commit is contained in:
@@ -7,7 +7,7 @@ pub const TerminalBuffer = @import("TerminalBuffer.zig");
|
||||
pub const Widget = @import("Widget.zig");
|
||||
|
||||
pub const BigLabel = @import("components/BigLabel.zig");
|
||||
pub const CenteredBox = @import("components/CenteredBox.zig");
|
||||
pub const Box = @import("components/Box.zig");
|
||||
pub const CyclableLabel = @import("components/generic.zig").CyclableLabel;
|
||||
pub const Label = @import("components/Label.zig");
|
||||
pub const Text = @import("components/Text.zig");
|
||||
|
||||
Reference in New Issue
Block a user