Application.AvatarStore: Move pixel size constant to Client
This commit is contained in:
parent
21fb82fd2a
commit
335c31b8ef
4 changed files with 13 additions and 12 deletions
|
|
@ -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";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue