💥 fix(runner): low popup height

This commit is contained in:
retrozinndev
2025-05-21 14:44:00 -03:00
parent a912b955d9
commit a13f257e49
+1 -1
View File
@@ -148,7 +148,7 @@ export function openRunner(props?: RunnerProps, placeholder?: () => Array<Result
primary_icon_name: "system-search"
} as Widget.EntryProps);
const defaultHeight = 300;
const defaultHeight = 420;
const resultsList: Gtk.ListBox = new Gtk.ListBox({
visible: true,