mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-01-25 14:02:53 -05:00
slideout: animate content not loader
This commit is contained in:
@@ -15,7 +15,6 @@ pragma ComponentBehavior: Bound
|
||||
Item {
|
||||
id: root
|
||||
|
||||
property real devicePixelRatio: 1
|
||||
property bool fileDialogOpen: false
|
||||
property string currentFileName: ""
|
||||
property url currentFileUrl
|
||||
@@ -151,7 +150,6 @@ Item {
|
||||
id: tabBar
|
||||
width: parent.width
|
||||
contentLoaded: textEditor.contentLoaded
|
||||
devicePixelRatio: root.devicePixelRatio
|
||||
|
||||
onTabSwitched: (tabIndex) => {
|
||||
switchToTab(tabIndex)
|
||||
@@ -170,7 +168,6 @@ Item {
|
||||
id: textEditor
|
||||
width: parent.width
|
||||
height: parent.height - tabBar.height - Theme.spacingM * 2
|
||||
devicePixelRatio: root.devicePixelRatio
|
||||
|
||||
onSaveRequested: {
|
||||
if (currentTab && !currentTab.isTemporary && currentTab.filePath) {
|
||||
@@ -217,7 +214,6 @@ Item {
|
||||
id: notepadSettings
|
||||
anchors.fill: parent
|
||||
isVisible: showSettingsMenu
|
||||
devicePixelRatio: root.devicePixelRatio
|
||||
onSettingsRequested: showSettingsMenu = !showSettingsMenu
|
||||
onFindRequested: {
|
||||
showSettingsMenu = false
|
||||
|
||||
Reference in New Issue
Block a user