mirror of
https://github.com/DYefremov/DemonEditor.git
synced 2026-07-11 15:03:46 +02:00
minor fix
This commit is contained in:
@@ -157,7 +157,7 @@ class DownloadDialog:
|
||||
@run_task
|
||||
def download(self, download, d_type):
|
||||
""" Download/upload data from/to receiver """
|
||||
self._expander.set_expanded(True)
|
||||
GLib.idle_add(self._expander.set_expanded, True)
|
||||
self.clear_output()
|
||||
backup, backup_src, data_path = self._settings.backup_before_downloading, None, None
|
||||
|
||||
|
||||
@@ -3016,8 +3016,7 @@ Author: Dmitriy Yefremov
|
||||
<property name="valign">center</property>
|
||||
<property name="margin_left">10</property>
|
||||
<property name="margin_right">10</property>
|
||||
<property name="pixel_size">24</property>
|
||||
<property name="icon_name">network-offline</property>
|
||||
<property name="icon_name">network-offline-symbolic</property>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="expand">False</property>
|
||||
|
||||
Reference in New Issue
Block a user