Bug #36
Make default window size available in lua
| Status: | Closed | Start: | October 09, 2025 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assigned to: | - | % Done: | 0% |
|
| Category: | - | |||
| Target version: | - |
Description
Currently the default window size is hardcoded in widgets/window.c
100: gtk_window_set_default_size(GTK_WINDOW(w->widget), 800, 600);
Ideally this should be available to be configured in lua somewhere, maybe config/globals.lua?
History
Updated by Piotr HusiatyĆski over 1 year ago
Updated by Mason Larobina about 1 year ago
- Status changed from Resolved to Closed