Changeset 42 for trunk/tvctl/trunk


Ignore:
Timestamp:
12/13/10 22:47:15 (13 years ago)
Author:
atzm
Message:
  • modified directory structure
Location:
trunk/tvctl/trunk
Files:
1 added
1 edited
4 moved

Legend:

Unmodified
Added
Removed
  • trunk/tvctl/trunk/src/tvctl.py

    r33 r42  
    391391            hbox2.pack_start(StandardsComboBox(device=d)) 
    392392 
    393             volume = VolumeScale(device=d) 
    394             balance = V4L2ControlScale(device=d, label=_('Balance'), 
    395                                        ctrl='balance', max_val=65535) 
     393            #volume = VolumeScale(device=d) 
     394            #balance = V4L2ControlScale(device=d, label=_('Balance'), 
     395            #                           ctrl='balance', max_val=65535) 
    396396            brightness = V4L2ControlScale(device=d, label=_('Brightness'), 
    397397                                          ctrl='brightness', max_val=255) 
     
    402402            vbox.pack_start(hbox) 
    403403            vbox.pack_start(hbox2) 
    404             vbox.pack_start(volume) 
    405             vbox.pack_start(balance) 
     404            #vbox.pack_start(volume) 
     405            #vbox.pack_start(balance) 
    406406            vbox.pack_start(brightness) 
    407407            vbox.pack_start(contrast) 
Note: See TracChangeset for help on using the changeset viewer.