mirror of
				https://github.com/YACReader/yacreader
				synced 2025-11-04 09:15:01 -05:00 
			
		
		
		
	Remove custom scroll bar for the synopsis
This commit is contained in:
		@ -619,23 +619,6 @@ Rectangle {
 | 
			
		||||
 | 
			
		||||
                            ScrollBar.horizontal.policy: ScrollBar.AlwaysOff
 | 
			
		||||
 | 
			
		||||
                            ScrollBar.vertical: ScrollBar {
 | 
			
		||||
                                visible: true
 | 
			
		||||
                                contentItem: Item {
 | 
			
		||||
                                    implicitWidth: 12
 | 
			
		||||
                                    implicitHeight: 26
 | 
			
		||||
                                    Rectangle {
 | 
			
		||||
                                        color: "#424246"
 | 
			
		||||
                                        anchors.fill: parent
 | 
			
		||||
                                        anchors.topMargin: 6
 | 
			
		||||
                                        anchors.leftMargin: 5
 | 
			
		||||
                                        anchors.rightMargin: 4
 | 
			
		||||
                                        anchors.bottomMargin: 6
 | 
			
		||||
                                        radius: 2
 | 
			
		||||
                                    }
 | 
			
		||||
                                }
 | 
			
		||||
                            }
 | 
			
		||||
 | 
			
		||||
                            contentItem: currentComicInfoSinopsis
 | 
			
		||||
 | 
			
		||||
                            id: synopsisScroller
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user