summaryrefslogtreecommitdiff
path: root/share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/StudioTheme/ViewBarControlStyle.qml
blob: cc634b04a1e4d4123f8065304749eaada37c47f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// Copyright (C) 2023 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0 WITH Qt-GPL-exception-1.0

import QtQuick

ControlStyle {
    baseIconFontSize: Values.baseFont
    controlSize: Qt.size(Values.viewBarComboWidth, Values.viewBarComboHeight)
    smallIconFontSize: Values.baseFont
    background.idle: Values.themeControlBackground_toolbarIdle
    background.hover: Values.themeControlBackground_topToolbarHover
    background.globalHover: Values.themeControlBackground_topToolbarHover
    border.idle: Values.controlOutline_toolbarIdle
    text.hover: Values.themeTextColor
}