Application.AvatarStore: Move pixel size constant to Client

This commit is contained in:
Michael Gratton 2020-03-12 10:17:27 +11:00
parent 21fb82fd2a
commit 335c31b8ef
4 changed files with 13 additions and 12 deletions

View file

@ -53,6 +53,9 @@ public class Application.Client : Gtk.Application {
null
};
/** Default size of avatar images, in virtual pixels */
public const int AVATAR_SIZE_PIXELS = 48;
// Local-only command line options
private const string OPTION_VERSION = "version";