mirror of
https://github.com/linuxdeepin/dde-dock.git
synced 2025-06-02 15:45:21 +00:00
21 lines
385 B
C++
21 lines
385 B
C++
// SPDX-FileCopyrightText: 2018 - 2023 UnionTech Software Technology Co., Ltd.
|
|
//
|
|
// SPDX-License-Identifier: LGPL-3.0-or-later
|
|
|
|
#ifndef FASHIONTRAYCONSTANTS_H
|
|
#define FASHIONTRAYCONSTANTS_H
|
|
|
|
namespace Dock {
|
|
|
|
#define SpliterSize 2
|
|
#define TraySpace 10
|
|
#define TrayWidgetWidthMin 24
|
|
#define TrayWidgetHeightMin 24
|
|
|
|
|
|
#define HoldKeyPrefix "holded_"
|
|
|
|
}
|
|
|
|
#endif // FASHIONTRAYCONSTANTS_H
|