File tree Expand file tree Collapse file tree 5 files changed +11
-5
lines changed Expand file tree Collapse file tree 5 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 44
55import  QtQuick  2.15 
66import  QtQuick.Controls  2.15 
7+ import  org.bitcoincore.qt  1.0 
78
89Button  {
910    id:  root
10-     hoverEnabled:  true 
11+     hoverEnabled:  AppMode . isDesktop 
1112    contentItem:  CoreText {
1213        text:  parent .text 
1314        bold:  true 
Original file line number Diff line number Diff line change 55import  QtQuick  2.15 
66import  QtQuick.Controls  2.15 
77import  QtQuick.Layouts  1.15 
8+ import  org.bitcoincore.qt  1.0 
89
910AbstractButton  {
1011    id:  root
@@ -90,7 +91,7 @@ AbstractButton {
9091    }
9192    MouseArea {
9293        anchors .fill :  parent
93-         hoverEnabled:  true 
94+         hoverEnabled:  AppMode . isDesktop 
9495        onEntered:  {
9596            root .background .state  =  " HOVER" 
9697        }
Original file line number Diff line number Diff line change 44
55import  QtQuick  2.15 
66import  QtQuick.Controls  2.15 
7+ import  org.bitcoincore.qt  1.0 
78
89Button  {
910    id:  root
10-     hoverEnabled:  true 
11+     hoverEnabled:  AppMode . isDesktop 
1112    contentItem:  CoreText {
1213        text:  parent .text 
1314        bold:  true 
Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ import QtQuick 2.15
66import  QtQuick.Controls  2.15 
77import  QtQuick.Layouts  1.15 
88
9+ import  org.bitcoincore.qt  1.0 
10+ 
911AbstractButton  {
1012    id:  root
1113    property bool last:  parent &&  root ===  parent .children [parent .children .length  -  1 ]
@@ -57,7 +59,7 @@ AbstractButton {
5759    MouseArea {
5860        id:  mouseArea
5961        anchors .fill :  root
60-         hoverEnabled:  true 
62+         hoverEnabled:  AppMode . isDesktop 
6163        onEntered:  {
6264            root .state  =  " HOVER" 
6365        }
Original file line number Diff line number Diff line change 44
55import  QtQuick  2.15 
66import  QtQuick.Controls  2.15 
7+ import  org.bitcoincore.qt  1.0 
78
89Button  {
910    property color bgDefaultColor:  Theme .color .neutral2 
@@ -14,7 +15,7 @@ Button {
1415    property color textActiveColor:  Theme .color .neutral9 
1516    id:  root
1617    checkable:  true 
17-     hoverEnabled:  true 
18+     hoverEnabled:  AppMode . isDesktop 
1819    leftPadding:  12 
1920    rightPadding:  12 
2021    topPadding:  5 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments