Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
BornAgain
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mlz
BornAgain
Commits
1fe1a138
Commit
1fe1a138
authored
2 years ago
by
Mikhail Svechnikov
Browse files
Options
Downloads
Patches
Plain Diff
constants: rm unused
parent
d5aaffc2
No related branches found
No related tags found
1 merge request
!1025
GUI: remember docks sizes and tabs indices
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
GUI/View/Job/JobView.cpp
+1
-0
1 addition, 0 deletions
GUI/View/Job/JobView.cpp
GUI/View/Tool/mainwindow_constants.h
+0
-6
0 additions, 6 deletions
GUI/View/Tool/mainwindow_constants.h
with
1 addition
and
6 deletions
GUI/View/Job/JobView.cpp
+
1
−
0
View file @
1fe1a138
...
...
@@ -170,6 +170,7 @@ void JobView::setActivityAndPresentationForNewJob(JobItem* jobItem)
if
(
!
jobItem
)
return
;
qInfo
()
<<
"setActivityAndPresentationForNewJob"
;
// JobViewActivity newActivity = JobViewActivity::JobView;
JobViewActivity
newActivity
=
JobViewActivity
::
Fitting
;
...
...
This diff is collapsed.
Click to expand it.
GUI/View/Tool/mainwindow_constants.h
+
0
−
6
View file @
1fe1a138
...
...
@@ -41,10 +41,6 @@ const unsigned int REALTIME_WIDGET_WIDTH_HINT = 480;
const
unsigned
int
FIT_ACTIVITY_PANEL_HEIGHT
=
380
;
const
unsigned
int
RUN_FIT_CONTROL_WIDGET_HEIGHT
=
50
;
const
unsigned
int
ITEM_SELECTOR_WIDGET_WIDTH
=
96
;
const
unsigned
int
ITEM_SELECTOR_WIDGET_HEIGHT
=
765
;
const
unsigned
int
hint_panel_width
=
230
;
const
unsigned
int
hint_panel_height
=
64
;
// Widget names
...
...
@@ -59,8 +55,6 @@ const QString JobFittingActivityName = "Fitting Activity";
const
int
toolbar_icon_size
=
32
;
const
int
styled_toolbar_height
=
25
;
}
// namespace GUI::Constants
#endif // BORNAGAIN_GUI_VIEW_TOOL_MAINWINDOW_CONSTANTS_H
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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