Fix Xdialog size

master
Mike Hiretsky 14 years ago
parent cb15a29bb9
commit a038371e96

@ -88,7 +88,7 @@ class GProgressBar(NoneProgressBar):
title = re.sub("<[^>]+>", "", title)
self.title = title
if os.system('which Xdialog &>/dev/null') == 0:
pipe = subprocess.Popen('/usr/bin/Xdialog --progress "%s" 5 80'\
pipe = subprocess.Popen('/usr/bin/Xdialog --progress "%s" 6 80'\
%(self.title),
stdin=subprocess.PIPE,
stdout=subprocess.PIPE,

Loading…
Cancel
Save