An open API service indexing awesome lists of open source software.

https://github.com/erikkalkoken/fyne-sizes

A Fyne app that renders examples of all default theme sizes for text and icons
https://github.com/erikkalkoken/fyne-sizes

fyne go

Last synced: 7 months ago
JSON representation

A Fyne app that renders examples of all default theme sizes for text and icons

Awesome Lists containing this project

README

          

# Fyne Sizes

A Fyne app that renders examples of all default theme sizes for text and icons.

## Example

Here are render examples for different platforms and themes:

### Gnome desktop - Light theme

![Screenshot from 2025-01-31 17-32-14](https://github.com/user-attachments/assets/0ab6d86a-80e1-47e8-b26b-f069c2b91b0a)

### Gnome desktop - Dark theme

![Screenshot from 2025-01-31 17-28-31](https://github.com/user-attachments/assets/1e8535bf-b0b5-4eaf-9607-633d92b91d2d)

## How to run

If you have a Go compiler and Fyne already setup you can run this app directly with:

```sh
go run github.com/ErikKalkoken/fyne-sizes@latest
```

For more information about how to setup Fyne please see [Fyne - Getting Started](https://docs.fyne.io/started/).