This commit is contained in:
2026-08-10 13:51:46 +07:00
parent 831a89dd11
commit 1daa10e57c
11 changed files with 798 additions and 823 deletions
+2 -1
View File
@@ -31,13 +31,14 @@ fn main() {
signed_state::GitStore::set_global(paths::repos_dir().clone(), cx);
// Set up the window bounds
let bounds = Bounds::centered(None, size(px(980.0), px(740.0)), cx);
let bounds = Bounds::centered(None, size(px(1120.0), px(720.0)), cx);
// Set up the window options
let opts = WindowOptions {
window_background: WindowBackgroundAppearance::Opaque,
window_decorations: Some(WindowDecorations::Client),
window_bounds: Some(WindowBounds::Windowed(bounds)),
window_min_size: Some(size(px(960.0), px(640.0))),
kind: WindowKind::Normal,
app_id: Some("Signed".to_owned()),
titlebar: Some(TitlebarOptions {