Changeset 20:ab086b192f80


Ignore:
Timestamp:
Dec 26, 2007, 12:40:24 PM (17 years ago)
Author:
fnevgeny
Branch:
default
Phase:
public
Message:

Added icons to the tabs.

Location:
source
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • source/class/pf/Application.js

    r19 r20  
    10141014            var l, e;
    10151015           
    1016             var tab_id = new qx.ui.pageview.tabview.Button("Parameters");
     1016            var tab_id = new qx.ui.pageview.tabview.Button("Parameters",
     1017                "pf/image/tab-parameters.png");
    10171018            this.tabbar.add(tab_id);
    10181019            page_id = new qx.ui.pageview.tabview.Page(tab_id);
     
    12461247
    12471248
    1248             tab_id = new qx.ui.pageview.tabview.Button("Explorer");
     1249            tab_id = new qx.ui.pageview.tabview.Button("Explorer",
     1250                "pf/image/tab-explorer.png");
    12491251            this.tabbar.add(tab_id);
    12501252            page_id = new qx.ui.pageview.tabview.Page(tab_id);
Note: See TracChangeset for help on using the changeset viewer.