mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-04 15:38:43 +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:
|
if self.config["window_maximized"] == True:
|
||||||
self.window.maximize()
|
self.window.maximize()
|
||||||
self.vpaned.set_position(
|
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):
|
def on_window_configure_event(self, widget, event):
|
||||||
if self.config["window_maximized"] == False and self.visible:
|
if self.config["window_maximized"] == False and self.visible:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue