From cf2260d5a8d4163f451029b53327cbe3b6ee73ab Mon Sep 17 00:00:00 2001 From: Aylur Date: Sat, 27 Jul 2024 13:52:29 +0200 Subject: add: Label widget --- gjs/src/widgets.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gjs/src') diff --git a/gjs/src/widgets.ts b/gjs/src/widgets.ts index a0f333b..82d4708 100644 --- a/gjs/src/widgets.ts +++ b/gjs/src/widgets.ts @@ -63,9 +63,9 @@ export const Icon = astalify(Astal.Icon) export type IconProps = ConstructProps // Label -export type Label = Widget -export const Label = astalify(Gtk.Label) -export type LabelProps = ConstructProps +export type Label = Widget +export const Label = astalify(Astal.Label) +export type LabelProps = ConstructProps // LevelBar export type LevelBar = Widget -- cgit v1.2.3