dde-dock/plugins/bluetooth/componments/bluetoothconstants.h
chenwei dc40bf513b fix: 修改蓝牙插件界面相关bug
根据设计图更新任务栏插件主界面

Log: 根据设计图更新任务栏插件主界面
Bug: https://pms.uniontech.com/zentao/bug-view-59037.html
Bug: https://pms.uniontech.com/zentao/bug-view-57897.html

Change-Id: Idaa6009ca361b4a7ee515cb4e6d0bee9ecac1b54
2021-01-08 15:14:47 +08:00

11 lines
235 B
C

#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