Explorar o código

Align History page layout width with other tool pages.

Co-authored-by: Cursor <cursoragent@cursor.com>
AhtashamShahzad1 hai 1 mes
pai
achega
f1f16e159d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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)