dde-dock/plugins/bluetooth/componments/bluetoothconstants.h
zhaolong a4113538be fix(bluetooth):the device name is only half displayed
task20946 任务栏蓝牙插件,蓝牙名称只能显示为界面宽度的一半长度

(cherry picked from commit 1757dd92947a9805876b0bd4a168444e85fc23c0)
2020-05-14 13:12:09 +08:00

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