From ce358e5b7600090267e578cd8e79b3f5448b2590 Mon Sep 17 00:00:00 2001 From: Julian Freeman Date: Sun, 22 Feb 2026 19:51:40 -0400 Subject: [PATCH] fix ui height --- src-tauri/Cargo.toml | 4 ++-- src/App.vue | 24 ++++++++++++------------ 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 21cafa7..37e47e5 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "gemmatrans-client" version = "0.1.2" -description = "A Tauri App" -authors = ["you"] +description = "A translategemma client" +authors = ["Julian"] edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/src/App.vue b/src/App.vue index ef3f3cd..2f2588f 100644 --- a/src/App.vue +++ b/src/App.vue @@ -199,7 +199,7 @@ const translate = async () => {