mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 19:44:52 +00:00
Fix last again
This commit is contained in:
parent
10ad76b2f4
commit
c873360ca6
1 changed files with 1 additions and 1 deletions
|
@ -146,7 +146,7 @@ class MainWindow(component.Component):
|
|||
if self.config["window_maximized"] == True:
|
||||
self.window.maximize()
|
||||
self.vpaned.set_position(
|
||||
self.config["window_heighfrom deluge.ui.gtkui.ipcinterface import process_argt"] - self.config["window_pane_position"])
|
||||
self.config["window_height"] - self.config["window_pane_position"])
|
||||
|
||||
def on_window_configure_event(self, widget, event):
|
||||
if self.config["window_maximized"] == False and self.visible:
|
||||
|
|
Loading…
Add table
Reference in a new issue