Explorar el Código

Widen default app window to 1240px for more comfortable layout.

Co-authored-by: Cursor <cursoragent@cursor.com>
AhtashamShahzad1 hace 1 mes
padre
commit
f13a929a63
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      gramora/Utilities/AppTheme.swift

+ 1 - 1
gramora/Utilities/AppTheme.swift

@@ -1,7 +1,7 @@
 import SwiftUI
 
 enum AppTheme {
-    static let windowWidth: CGFloat = 1180
+    static let windowWidth: CGFloat = 1240
     static let windowHeight: CGFloat = 720
     static let windowMinWidth: CGFloat = windowWidth
     static let windowMinHeight: CGFloat = windowHeight