feat: update height and width

This commit is contained in:
tux
2025-05-31 17:36:17 +05:30
parent af7a33d475
commit 5b0550e7e8

View File

@@ -6,8 +6,8 @@ import { WINDOW_NAME } from "../app-launcher";
export const Launcher = () => {
return (
<Gtk.ScrolledWindow
heightRequest={30}
widthRequest={30}
heightRequest={40}
widthRequest={40}
cssClasses={["launcher"]}
>
<button onClicked={() => App.toggle_window(WINDOW_NAME)}>