Improve Rhubarb icons
|
@ -15,7 +15,7 @@ class MainApp : App(MainView::class) {
|
|||
|
||||
private fun setIcon() {
|
||||
// Set icon for windows
|
||||
for (iconSize in listOf(16, 32, 48, 256)) {
|
||||
for (iconSize in listOf(16, 20, 24, 32, 48, 64, 256)) {
|
||||
addStageIcon(Image(this.javaClass.getResourceAsStream("/icon-$iconSize.png")))
|
||||
}
|
||||
|
||||
|
|
Before Width: | Height: | Size: 386 B After Width: | Height: | Size: 742 B |
After Width: | Height: | Size: 847 B |
After Width: | Height: | Size: 1.0 KiB |
Before Width: | Height: | Size: 6.9 KiB After Width: | Height: | Size: 12 KiB |
Before Width: | Height: | Size: 942 B After Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 2.1 KiB |
After Width: | Height: | Size: 2.9 KiB |