File indexing completed on 2024-05-05 17:40:29

0001 /*
0002  * This file is part of the KDE Milou Project
0003  * SPDX-FileCopyrightText: 2014 Vishesh Handa <me@vhanda.in>
0004  *
0005  * SPDX-License-Identifier: LGPL-2.1-only OR LGPL-3.0-only OR LicenseRef-KDE-Accepted-LGPL
0006  *
0007  */
0008 
0009 // This is the width of the side component which displays the categories
0010 // of the results, such as "Applications", "Audio", "Video", etc
0011 var CategoryWidth = units.gridUnit * 10;
0012 var CategoryRightMargin = units.largeSpacing;
0013 
0014 // The Maximum and Minimum width of the Plasmoid
0015 var PlasmoidWidth = units.gridUnit * 35;
0016 
0017 var IconSize = units.iconSizes.small
0018 
0019 // This title size is only used in the Audio plugin
0020 // var TitleSize = isHighDPI ? TitleSizeHighDPI : TitleSizeNormal