Skip to content

Commit

Permalink
frontend: drag windows in win32
Browse files Browse the repository at this point in the history
  • Loading branch information
horacioh committed Sep 12, 2023
1 parent f5d80b0 commit 1e47089
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/packages/app/src/components/titlebar/windows.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export default function TitleBarWindows(props: TitleBarProps) {
}

return (
<TitlebarWrapper>
<TitlebarWrapper className="window-drag">
<TitlebarRow minHeight={28} backgroundColor="$color3">
<TitlebarSection>
<MintterIcon size="$1" />
Expand Down

0 comments on commit 1e47089

Please sign in to comment.