Welcome, Guest. Please login or register.

Author Topic: From where does the icon of a new drawer come from?  (Read 1236 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline sim085Topic starter

  • Hero Member
  • *****
  • Join Date: Aug 2008
  • Posts: 958
    • Show only replies by sim085
From where does the icon of a new drawer come from?
« 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
 

Offline Thomas

Re: From where does the icon of a new drawer come from?
« Reply #1 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.

Offline sim085Topic starter

  • Hero Member
  • *****
  • Join Date: Aug 2008
  • Posts: 958
    • Show only replies by sim085
Re: From where does the icon of a new drawer come from?
« Reply #2 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 :)