Skip to content

Commit

Permalink
chore: making icon and title on windows bigger
Browse files Browse the repository at this point in the history
Signed-off-by: Evzen Gasta <[email protected]>
  • Loading branch information
gastoner committed Dec 19, 2024
1 parent 49305c8 commit e86c68b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/renderer/src/lib/ui/TitleBar.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ onMount(async () => {
{:else if platform === 'win32'}
<div class="flex flex-row pt-[10px] pb-[10px] items-center">
<div class="absolute left-[7px] top-[7px]">
<DesktopIcon size="18" />
<DesktopIcon size="20" />
</div>
<div class="ml-[35px] text-left text-xs leading-3 text-[color:var(--pd-titlebar-text)]">{title}</div>
<div class="ml-[35px] text-left text-base leading-3 text-[color:var(--pd-titlebar-text)]">{title}</div>
<WindowControlButtons platform={platform} />
</div>
{/if}
Expand Down

0 comments on commit e86c68b

Please sign in to comment.