mirror of
https://github.com/linuxdeepin/dde-dock.git
synced 2025-06-03 00:15:21 +00:00

根据设计图更新任务栏插件主界面 Log: 根据设计图更新任务栏插件主界面 Bug: https://pms.uniontech.com/zentao/bug-view-59037.html Bug: https://pms.uniontech.com/zentao/bug-view-57897.html Change-Id: Idaa6009ca361b4a7ee515cb4e6d0bee9ecac1b54
11 lines
235 B
C
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
|