moment/src/gui/Base/HScrollBar.qml

9 lines
182 B
QML
Raw Normal View History

2020-06-20 02:03:04 +10:00
// SPDX-License-Identifier: LGPL-3.0-or-later
import QtQuick 2.12
import QtQuick.Controls 2.12
ScrollBar {
minimumSize: (Math.min(height / 1.5, 48) * theme.uiScale) / height
}