Raise channel window height

This commit is contained in:
Fierelier 2020-11-25 04:29:33 +01:00
parent c67ad859eb
commit 0ed477a62d
1 changed files with 1 additions and 1 deletions

View File

@ -504,7 +504,7 @@ class guiChannel:
self.type = "channel"
self.title = getChannelDisplayName(channel)
self.width = 320
self.height = 240
self.height = 350
self.window = dbfMainWindow(customEventFilter = (self,self.eventFilter))
global style
self.window.setStyleSheet(style)