Skip to content

Commit

Permalink
Merge pull request #2334 from DeckerSU/feature-sidebar-always-expanded
Browse files Browse the repository at this point in the history
[Feature] sidebar always expanded
  • Loading branch information
smk762 authored Aug 7, 2023
2 parents b0f0bb8 + 50874ca commit bf58563
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion atomic_defi_design/Dex/Sidebar/Main.qml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Item
Support
}

property bool isExpanded: containsMouse
property bool isExpanded: true
property real lineHeight: 44
property var currentLineType: Main.LineType.Portfolio
property alias _selectionCursor: _selectionCursor
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@

#pragma once

#include <optional>
#include <string>

#include <nlohmann/json_fwd.hpp> //> nlohmann::json
Expand Down

0 comments on commit bf58563

Please sign in to comment.