Amiga.org

Amiga computer related discussion => General chat about Amiga topics => Topic started by: sim085 on October 20, 2009, 11:51:20 AM

Title: From where does the icon of a new drawer come from?
Post by: sim085 on October 20, 2009, 11:51:20 AM
Hi,

Again it is another question about icons. What I cannot understand this time is from where does the icon of a new drawer come from? I have created some scripts to change my Theme on Workbench 3.1 - however when I create a new drawer I still get the old 'White' icon :(

I was wondering if anyone knows what I need to change so that a new drawer is created using the icon I want rather then the default one that comes with Workbench 3.1

Regards,
Sim085
Title: Re: From where does the icon of a new drawer come from?
Post by: Thomas on October 20, 2009, 11:58:32 AM
Quote
From where does the icon of a new drawer come from?


env:sys/def_drawer.info

which in turn comes from

envarc:sys/def_drawer.info

If neither exists, it uses the built-in default.
Title: Re: From where does the icon of a new drawer come from?
Post by: sim085 on October 20, 2009, 12:06:44 PM
Quote from: Thomas;526605
env:sys/def_drawer.info

which in turn comes from

envarc:sys/def_drawer.info

If neither exists, it uses the built-in default.


Thanks Thomas :)