Skip to content

Commit

Permalink
Resize icons in the application (#311)
Browse files Browse the repository at this point in the history
**User-Facing Changes**

The taskbar and application icons were resized to a smaller size:
- Taskbar icon: 

![image](https://github.com/user-attachments/assets/5bb4b05a-d3a4-458b-b641-d737736396a7)
- Application icon:

![image](https://github.com/user-attachments/assets/dfc02ca6-cf17-4991-ad67-8ce0e39d89ac)

**Description**
This PR aims to resize the icons in the application to make them
smaller.
  • Loading branch information
laisspportugal authored Dec 18, 2024
1 parent 3fac89e commit 0a1d189
Show file tree
Hide file tree
Showing 4 changed files with 51 additions and 34 deletions.
2 changes: 1 addition & 1 deletion packages/suite-base/src/components/LichtblickLogo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export function LichtblickLogo(props: SvgIconProps): React.JSX.Element {
data-name="Layer 2"
xmlns="http://www.w3.org/2000/svg"
xmlnsXlink="http://www.w3.org/1999/xlink"
viewBox="0 0 140.88 140.86"
viewBox="-20 -20 180 180"
>
<defs>
<clipPath id="clippath">
Expand Down
4 changes: 2 additions & 2 deletions packages/suite-desktop/resources/icon/icon.icns
Git LFS file not shown
4 changes: 2 additions & 2 deletions packages/suite-desktop/resources/icon/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 0a1d189

Please sign in to comment.