mirror of
https://github.com/tuxdotrs/tpanel.git
synced 2025-12-16 20:30:05 +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 = () => {
|
export const Launcher = () => {
|
||||||
return (
|
return (
|
||||||
<Gtk.ScrolledWindow
|
<Gtk.ScrolledWindow
|
||||||
heightRequest={30}
|
heightRequest={40}
|
||||||
widthRequest={30}
|
widthRequest={40}
|
||||||
cssClasses={["launcher"]}
|
cssClasses={["launcher"]}
|
||||||
>
|
>
|
||||||
<button onClicked={() => App.toggle_window(WINDOW_NAME)}>
|
<button onClicked={() => App.toggle_window(WINDOW_NAME)}>
|
||||||
|
|||||||
Reference in New Issue
Block a user