mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-30 08:51:32 +00:00
no horizontal scrollbar
This commit is contained in:
parent
9a85fd503d
commit
2feaf4f784
1 changed files with 1 additions and 1 deletions
|
@ -763,7 +763,7 @@ class BitcoinGUI:
|
|||
tvcolumn.set_visible(False)
|
||||
|
||||
scroll = gtk.ScrolledWindow()
|
||||
scroll.set_policy(gtk.POLICY_AUTOMATIC, gtk.POLICY_AUTOMATIC)
|
||||
scroll.set_policy(gtk.POLICY_NEVER, gtk.POLICY_AUTOMATIC)
|
||||
scroll.add(treeview)
|
||||
|
||||
self.add_tab(scroll, 'History')
|
||||
|
|
Loading…
Add table
Reference in a new issue