make spinner smaller

This commit is contained in:
Hylke Bons 2010-05-19 21:56:20 +01:00
parent 0f99334807
commit 16ab079fcb
2 changed files with 3 additions and 2 deletions

View file

@ -34,6 +34,7 @@ namespace SparkleShare {
private Button AddButton;
private ComboBoxEntry RemoteUrlCombo;
private Table Table;
public SparkleDialog () : base ("") {
@ -83,7 +84,7 @@ namespace SparkleShare {
ButtonBox.Add (CancelButton);
ButtonBox.Add (AddButton);
Table Table = new Table(3, 2, false);
Table = new Table(3, 2, false);
Table.RowSpacing = 6;
Table.BorderWidth = 6;

View file

@ -35,7 +35,7 @@ namespace SparkleShare {
CycleDuration = 750;
CurrentStep = 0;
Size = 48;
Size = 24;
Gdk.Pixbuf SpinnerGallery = SparkleHelpers.GetIcon ("process-working",
Size);