Qualche allineamento inutile

Leonardo Robol [2009-09-20 10:51]
Qualche allineamento inutile
Filename
DrPrintGui/MainWin.py
DrPrintGui/MainWin.pyc
diff --git a/DrPrintGui/MainWin.py b/DrPrintGui/MainWin.py
index 93d99a5..efb3b40 100644
--- a/DrPrintGui/MainWin.py
+++ b/DrPrintGui/MainWin.py
@@ -46,7 +46,7 @@ class MainWin(gtk.Window):
 <b>1)</b> Inserire nome utente e password \n<b>2)</b> Scegliere il file da stampare e la\
  stampante \n<b>3)</b> Premere il tasto stampa")

-        layout_box.pack_start( label )
+        layout_box.pack_start( label , 20 )
         label.show()

         label = LeftAlignedLabel("<b>Autenticazione (sui computer dell'Aula 4)</b>")
diff --git a/DrPrintGui/MainWin.pyc b/DrPrintGui/MainWin.pyc
index 1c1c801..4bcc91b 100644
Binary files a/DrPrintGui/MainWin.pyc and b/DrPrintGui/MainWin.pyc differ
ViewGit