Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
cellframe-dashboard
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Code
Merge requests
4
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
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cellframe
cellframe-dashboard
Merge requests
!137
Features 3034
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Features 3034
features-3034
into
develop
Overview
0
Commits
8
Pipelines
4
Changes
27
Merged
tatiana.novikova
requested to merge
features-3034
into
develop
4 years ago
Overview
0
Commits
8
Pipelines
4
Changes
27
Expand
[*] Change using of DapFont
👍
0
👎
0
Merge request reports
Compare
develop
version 3
656c6076
4 years ago
version 2
28340c0d
4 years ago
version 1
cc03b07d
4 years ago
develop (base)
and
latest version
latest version
da0a5d50
8 commits,
4 years ago
version 3
656c6076
7 commits,
4 years ago
version 2
28340c0d
6 commits,
4 years ago
version 1
cc03b07d
5 commits,
4 years ago
27 files
+
304
−
303
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
27
Search (e.g. *.vue) (Ctrl+P)
CellFrameDashboardGUI/screen/desktop/Console/DapConsoleRightPanelForm.ui.qml
+
2
−
7
Options
@@ -17,10 +17,7 @@ DapAbstractRightPanel
text
:
qsTr
(
"
Last actions
"
)
verticalAlignment
:
Qt
.
AlignVCenter
horizontalAlignment
:
Text
.
AlignLeft
font.family
:
"
Roboto
"
font.styleName
:
"
Normal
"
font.weight
:
Font
.
Normal
font.pixelSize
:
12
*
pt
font
:
dapMainFonts
.
dapMainFontTheme
.
dapFontRobotoRegular12
color
:
"
#3E3853
"
}
@@ -57,9 +54,7 @@ DapAbstractRightPanel
color
:
"
#070023
"
width
:
parent
.
width
wrapMode
:
Text
.
Wrap
font.pixelSize
:
14
*
pt
font.family
:
"
Roboto
"
font.weight
:
Font
.
Normal
font
:
dapMainFonts
.
dapMainFontTheme
.
dapFontRobotoRegular14
//For the automatic sending selected command from history
MouseArea
{
Loading