From 25f483d7602ac24f47e4acc73706ff49958c68e9 Mon Sep 17 00:00:00 2001 From: DYefremov Date: Wed, 1 Aug 2018 22:34:30 +0300 Subject: [PATCH] clean --- app/ui/download_dialog.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/ui/download_dialog.py b/app/ui/download_dialog.py index 6fc60001..9b049593 100644 --- a/app/ui/download_dialog.py +++ b/app/ui/download_dialog.py @@ -1,4 +1,4 @@ -from app.commons import run_idle, run_task +from app.commons import run_idle from app.ftp import download_data, DownloadDataType, upload_data from app.properties import Profile from .uicommons import Gtk, UI_RESOURCES_PATH, TEXT_DOMAIN @@ -39,7 +39,6 @@ class DownloadDialog: self._webtv_radio_button = builder.get_object("webtv_radio_button") if profile is Profile.NEUTRINO_MP: self._webtv_radio_button.set_visible(True) - # self._dialog.get_content_area().set_border_width(0) @run_idle def on_receive(self, item):