mirror of https://github.com/lianthony/NT4.0
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
452 B
13 lines
452 B
//*********************************************************************
|
|
//* Microsoft Windows **
|
|
//* Copyright(c) Microsoft Corp., 1993 **
|
|
//*********************************************************************
|
|
|
|
#ifndef _METRICS_H_
|
|
#define _METRICS_H_
|
|
|
|
#define LISTBOX_SPACING_X 3 // number of pixels between adjacent listboxes
|
|
#define SPLITTER_WIDTH 2
|
|
|
|
#endif _METRICS_H_
|
|
|