hasii2011 / hasii2011/code-ally-advanced

Add extra size icon for toolbar

Open
#35 0 comments 0 reactions 1 assignee Claimed by @hasii2011 View on GitHub
UI Usability
Dominant language
Python
Stars
0
Forks
0
PR merge metrics
No merged PRs in 30d

Description

Right now we have these;

```
export EXTRA_LARGE_ICONS='64x64'
export LARGE_ICONS='32x32'
export MEDIUM_ICONS='24x24'
export SMALL_ICONS='16x16'
```
On option is this:

```
export EXTRA_LARGE_ICONS='64x64'
export LARGE_ICONS='48x48'
export MEDIUM_LARGE_ICONS='32x32'
export MEDIUM_ICONS='24x24'
export SMALL_ICONS='16x16'
```
or

```
export EXTRA_LARGE_ICONS='64x64'
export MEDIUM_EXTRA_LARGE_ICONS='48x48'
export LARGE_ICONS='32x32'
export MEDIUM_ICONS='24x24'
export SMALL_ICONS='16x16'
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.