Menu testo e fix float margine

This commit is contained in:
Maddo 2017-09-28 14:50:24 +02:00
commit a81451bd6b
6 changed files with 42 additions and 41 deletions

View file

@ -313,8 +313,8 @@ namespace CatalogLib
set { SetString("DirDestinazione", value); }
}
public float Margine { get => GetFloat("Margin", 1);
set => SetFloat("Margin", value);
public int Margine { get => GetInt("Margin", 1);
set => SetInt("Margin", value);
}
public float MargVert { get; set; }
public string Allineamento { get; set; }