Changeset 5986a2a60f73da8e2ea83c3ee5b69b91c1297886


Ignore:
Timestamp:
21/09/10 12:12:46 (3 years ago)
Author:
Matias De la Puente <mfpuente.ar@…>
Children:
df819f0b554e578565dfa2490de0096f016fad78
Parents:
dfc7b2752dda14531363c45d102f4b96a776d5ae
git-committer:
Matias De la Puente <mfpuente.ar@…> (21/09/10 12:12:46)
Message:

PagesPanel?: Add arrows for scrolling if there are too many pages

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libi4uc/i4ucpagespanel.vala

    r9c00fa2 r5986a2a  
    3838        public PagesPanel () 
    3939        { 
     40                _notebook.scrollable = true; 
     41                 
    4042                _notebook.switch_page.connect ((panel, page, page_num) => { 
    4143                        _current_page = (_notebook.get_nth_page ((int)page_num) as Page); 
Note: See TracChangeset for help on using the changeset viewer.