Parcourir la source

Align History page layout width with other tool pages.

Co-authored-by: Cursor <cursoragent@cursor.com>
AhtashamShahzad1 il y a 1 mois
Parent
commit
f1f16e159d
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      gramora/Views/HistoryView.swift

+ 1 - 1
gramora/Views/HistoryView.swift

@@ -28,7 +28,7 @@ struct HistoryView: View {
                     .frame(maxWidth: .infinity, maxHeight: .infinity)
                 }
             }
-            .frame(maxWidth: 900, maxHeight: .infinity, alignment: .topLeading)
+            .frame(maxWidth: 1200, maxHeight: .infinity, alignment: .topLeading)
             .frame(maxWidth: .infinity, maxHeight: .infinity, alignment: .topLeading)
             .padding(.horizontal, dynamicHorizontalPadding)
             .padding(.top, AppTheme.brandLabelTopInset)