dde-dock/plugins/bluetooth/componments/bluetoothconstants.h

11 lines
235 B
C
Raw Normal View History

#ifndef BLUETOOTHCONSTANTS_H
#define BLUETOOTHCONSTANTS_H
const int DeviceItemHeight = 36;
const int ItemWidth = 300;
const int TitleHeight = 46;
const int TitleSpace = 2;
const int MaxDeviceCount = 8;
#endif // BLUETOOTHCONSTANTS_H