mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +00:00
restore the widescreen mode
This commit is contained in:
parent
210468572d
commit
b0b0e6f237
1 changed files with 2 additions and 2 deletions
|
|
@ -28,8 +28,8 @@ NanoShell.FullScreenOverlay {
|
|||
readonly property int openedContentY: wideScreen || offset > (collapsedHeight + openThreshold) ? -topEmptyAreaHeight : offsetToContentY(collapsedHeight)
|
||||
readonly property int closedContentY: mainFlickable.contentHeight
|
||||
|
||||
readonly property bool wideScreen: false//width > height || width > units.gridUnit * 45
|
||||
readonly property int drawerWidth: 400//wideScreen ? contentItem.implicitWidth : width
|
||||
readonly property bool wideScreen: width > height || width > units.gridUnit * 45
|
||||
readonly property int drawerWidth: wideScreen ? contentItem.implicitWidth : width
|
||||
|
||||
property int drawerX: 0
|
||||
property alias fixedArea: mainScope
|
||||
|
|
|
|||
Loading…
Reference in a new issue