forked from github_mirror/framelesshelper
Minor tweaks
Signed-off-by: Yuhang Zhao <2546789017@qq.com>
This commit is contained in:
parent
a0d354a8f9
commit
5813191191
|
@ -4,8 +4,8 @@ import QtQuick.Controls 2.15
|
|||
Button {
|
||||
id: button
|
||||
|
||||
width: 45
|
||||
height: 30
|
||||
implicitWidth: 45
|
||||
implicitHeight: 30
|
||||
|
||||
ToolTip.visible: hovered && !down
|
||||
ToolTip.delay: Qt.styleHints.mousePressAndHoldInterval
|
||||
|
|
|
@ -4,8 +4,8 @@ import QtQuick.Controls 2.15
|
|||
Button {
|
||||
id: button
|
||||
|
||||
width: 75
|
||||
height: 15
|
||||
implicitWidth: 75
|
||||
implicitHeight: 15
|
||||
|
||||
contentItem: Image {
|
||||
anchors.fill: parent
|
||||
|
|
|
@ -4,8 +4,8 @@ import QtQuick.Controls 2.15
|
|||
Button {
|
||||
id: button
|
||||
|
||||
width: 45
|
||||
height: 30
|
||||
implicitWidth: 45
|
||||
implicitHeight: 30
|
||||
|
||||
property bool maximized: false
|
||||
|
||||
|
|
|
@ -4,8 +4,8 @@ import QtQuick.Controls 2.15
|
|||
Button {
|
||||
id: button
|
||||
|
||||
width: 45
|
||||
height: 30
|
||||
implicitWidth: 45
|
||||
implicitHeight: 30
|
||||
|
||||
ToolTip.visible: hovered && !down
|
||||
ToolTip.delay: Qt.styleHints.mousePressAndHoldInterval
|
||||
|
|
|
@ -4,8 +4,8 @@ import QtQuick.Controls 2.15
|
|||
Button {
|
||||
id: button
|
||||
|
||||
width: 16
|
||||
height: 14
|
||||
implicitWidth: 16
|
||||
implicitHeight: 14
|
||||
|
||||
contentItem: Image {
|
||||
anchors.fill: parent
|
||||
|
|
|
@ -4,8 +4,8 @@ import QtQuick.Controls 2.15
|
|||
Button {
|
||||
id: button
|
||||
|
||||
width: 187
|
||||
height: 50
|
||||
implicitWidth: 187
|
||||
implicitHeight: 50
|
||||
|
||||
contentItem: Image {
|
||||
anchors.fill: parent
|
||||
|
|
|
@ -4,8 +4,8 @@ import QtQuick.Controls 2.15
|
|||
Button {
|
||||
id: button
|
||||
|
||||
width: 45
|
||||
height: 45
|
||||
implicitWidth: 45
|
||||
implicitHeight: 45
|
||||
|
||||
contentItem: Image {
|
||||
anchors.fill: parent
|
||||
|
|
|
@ -4,8 +4,8 @@ import QtQuick.Controls 2.15
|
|||
Button {
|
||||
id: button
|
||||
|
||||
width: 16
|
||||
height: 14
|
||||
implicitWidth: 16
|
||||
implicitHeight: 14
|
||||
|
||||
contentItem: Image {
|
||||
anchors.fill: parent
|
||||
|
|
|
@ -4,8 +4,8 @@ import QtQuick.Controls 2.15
|
|||
Button {
|
||||
id: button
|
||||
|
||||
width: 14
|
||||
height: 14
|
||||
implicitWidth: 14
|
||||
implicitHeight: 14
|
||||
|
||||
contentItem: Image {
|
||||
anchors.fill: parent
|
||||
|
|
|
@ -4,8 +4,8 @@ import QtQuick.Controls 2.15
|
|||
Button {
|
||||
id: button
|
||||
|
||||
width: 18
|
||||
height: 14
|
||||
implicitWidth: 18
|
||||
implicitHeight: 14
|
||||
|
||||
contentItem: Image {
|
||||
anchors.fill: parent
|
||||
|
|
|
@ -4,8 +4,8 @@ import QtQuick.Controls 2.15
|
|||
Button {
|
||||
id: button
|
||||
|
||||
width: 45
|
||||
height: 30
|
||||
implicitWidth: 45
|
||||
implicitHeight: 30
|
||||
|
||||
ToolTip.visible: hovered && !down
|
||||
ToolTip.delay: Qt.styleHints.mousePressAndHoldInterval
|
||||
|
|
|
@ -4,8 +4,8 @@ import QtQuick.Controls 2.15
|
|||
Button {
|
||||
id: button
|
||||
|
||||
width: 45
|
||||
height: 30
|
||||
implicitWidth: 45
|
||||
implicitHeight: 30
|
||||
|
||||
property bool maximized: false
|
||||
|
||||
|
|
|
@ -4,8 +4,8 @@ import QtQuick.Controls 2.15
|
|||
Button {
|
||||
id: button
|
||||
|
||||
width: 45
|
||||
height: 30
|
||||
implicitWidth: 45
|
||||
implicitHeight: 30
|
||||
|
||||
ToolTip.visible: hovered && !down
|
||||
ToolTip.delay: Qt.styleHints.mousePressAndHoldInterval
|
||||
|
|
Loading…
Reference in New Issue