mirror of
https://github.com/tuxdotrs/tpanel.git
synced 2025-10-10 12:51:54 +05:30
feat: update height and width
This commit is contained in:
@@ -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)}>
|
||||
|
Reference in New Issue
Block a user