dde-dock/plugins/tray/fashiontray/fashiontrayconstants.h

21 lines
385 B
C
Raw Normal View History

// 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