mirror of
https://github.com/linuxdeepin/dde-dock.git
synced 2025-06-04 17:33:05 +00:00

task20946 任务栏蓝牙插件,蓝牙名称只能显示为界面宽度的一半长度 (cherry picked from commit 1757dd92947a9805876b0bd4a168444e85fc23c0)
12 lines
249 B
C
12 lines
249 B
C
#ifndef BLUETOOTHCONSTANTS_H
|
|
#define BLUETOOTHCONSTANTS_H
|
|
|
|
#define POPUPWIDTH (200)
|
|
#define ITEMHEIGHT (30)
|
|
#define CONTROLHEIGHT (35)
|
|
#define LIGHTSUFFIX ("_dark.svg")
|
|
#define DARKSUFFIX (".svg")
|
|
#define MARGIN (12)
|
|
|
|
#endif // BLUETOOTHCONSTANTS_H
|