From afb7a456a1f168a87a511ee9082fd16e029dd9c2 Mon Sep 17 00:00:00 2001 From: restitux Date: Tue, 13 Sep 2022 21:36:57 -0600 Subject: [PATCH] Cleanup commented out lines --- layouts/components/BrowserView/ContentView.qml | 1 - layouts/components/BrowserView/Sidebar/Element.qml | 9 --------- 2 files changed, 10 deletions(-) diff --git a/layouts/components/BrowserView/ContentView.qml b/layouts/components/BrowserView/ContentView.qml index ed4b54d..31bbaee 100644 --- a/layouts/components/BrowserView/ContentView.qml +++ b/layouts/components/BrowserView/ContentView.qml @@ -17,7 +17,6 @@ StackLayout { property bool showViewActive: false currentIndex: showViewActive ? tabView.children.length - 3 : parentIndex - //currentIndex: showView ? tabView.children.length - 3 : parentIndex state: viewSelected ? "selected" : "deselected" width: parent.width * viewSelected ? 0.95 : 0.8 diff --git a/layouts/components/BrowserView/Sidebar/Element.qml b/layouts/components/BrowserView/Sidebar/Element.qml index 1e6b0c6..df0e150 100644 --- a/layouts/components/BrowserView/Sidebar/Element.qml +++ b/layouts/components/BrowserView/Sidebar/Element.qml @@ -12,7 +12,6 @@ Item { DropShadow { anchors.fill: selector verticalOffset: 5 - //horizontalOffset: 5 samples: 20 color: "black" opacity: 0.5 @@ -24,7 +23,6 @@ Item { color: "white" height: parent.height width: parent.width * 0.95 - //anchors.fill: parent visible: selected && maximized radius: 10 } @@ -42,11 +40,6 @@ Item { anchors.fill: parent id: logo source: provider.logo - //y: parent.y + (parent.height / 2) - height / 2 - //anchors.top: parent.verticalCenter - // anchors.verticalCenter: text.verticalCenter - //sourceSize.height: 50 - //sourceSize.width: 50 } ColorOverlay { anchors.fill: logo @@ -66,8 +59,6 @@ Item { anchors.verticalCenter: parent.verticalCenter anchors.verticalCenterOffset: 4 visible: maximized - //verticalAlignment: Text.AlignVCenter - //height: parent.height } } }