Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
NeuroScheme
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SimVisSuite
NeuroScheme
Commits
7809cd41
Commit
7809cd41
authored
3 years ago
by
Jorge Portal
Committed by
Felix de las Pozas
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Split panes equally
parent
820e5f73
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CMakeLists.txt
+1
-1
1 addition, 1 deletion
CMakeLists.txt
nslib/PaneManager.cpp
+2
-2
2 additions, 2 deletions
nslib/PaneManager.cpp
with
3 additions
and
3 deletions
CMakeLists.txt
+
1
−
1
View file @
7809cd41
...
...
@@ -8,7 +8,7 @@
#
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
cmake_minimum_required
(
VERSION 3.1 FATAL_ERROR
)
project
(
NeuroScheme VERSION 0.7.
3
)
project
(
NeuroScheme VERSION 0.7.
4
)
set
(
NeuroScheme_VERSION_ABI 12
)
# Disable in source building
...
...
This diff is collapsed.
Click to expand it.
nslib/PaneManager.cpp
+
2
−
2
View file @
7809cd41
...
...
@@ -150,8 +150,8 @@ namespace nslib
parentSplitter
->
insertWidget
(
index
,
newSplitter
);
newSplitter
->
addWidget
(
orig
);
newSplitter
->
addWidget
(
canvas
);
new
Splitter
->
setS
tretchFactor
(
0
,
1
);
newSplitter
->
setS
tretchFactor
(
1
,
1
);
parent
Splitter
->
setS
izes
(
QList
<
int
>
({
INT_MAX
,
INT_MAX
})
);
newSplitter
->
setS
izes
(
QList
<
int
>
({
INT_MAX
,
INT_MAX
})
);
}
canvas
->
name
=
std
::
string
(
"Pane "
)
+
std
::
to_string
(
_paneNextNumber
++
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment