Ignore:
Timestamp:
Dec 13, 2013 1:28:16 AM (10 years ago)
Author:
nanang
Message:

Re #1708: Cleanup few chat stuffs in Python GUI.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/branches/projects/pjsua2/pjsip-apps/src/pygui/chatgui.py

    r4686 r4690  
    246246                self.btnRxMute = ttk.Button(self.rxVolFrm, width=8, text='Mute', command=self._onRxMute) 
    247247                self.btnRxMute.pack(side=tk.LEFT) 
    248                 self.rxVol = tk.Scale(self.rxVolFrm, orient=tk.HORIZONTAL, from_=0.0, to=10.0, showvalue=0) #, tickinterval=10.0, showvalue=1) 
     248                self.rxVol = tk.Scale(self.rxVolFrm, orient=tk.HORIZONTAL, from_=0.0, to=10.0, showvalue=1) #, tickinterval=10.0, showvalue=1) 
    249249                self.rxVol.set(5.0) 
    250250                self.rxVol.bind("<ButtonRelease-1>", self._onRxVol) 
Note: See TracChangeset for help on using the changeset viewer.