dde-dock/plugins/tray/fashiontray/fashiontrayconstants.h
2023-02-16 15:08:28 +08:00

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