Skip to content

Commit

Permalink
fix: GeneralTab size
Browse files Browse the repository at this point in the history
  • Loading branch information
dougfabris committed Jan 12, 2024
1 parent e845b9f commit 86c33c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ui/components/SettingsView/GeneralTab.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ import { SideBar } from './features/SideBar';
import { TrayIcon } from './features/TrayIcon';

export const GeneralTab = () => (
<Box is='form' padding={24} maxWidth={960} flexGrow={1} flexShrink={1}>
<FieldGroup>
<Box display='flex' justifyContent='center'>
<FieldGroup is='form' maxWidth={600}>
<ReportErrors />
<FlashFrame />
<HardwareAcceleration />
Expand Down

0 comments on commit 86c33c6

Please sign in to comment.