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
!54
Bug 2708
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Bug 2708
bug-2708
into
master
Overview
0
Commits
18
Pipelines
2
Changes
15
Merged
konstantin.kukharenko
requested to merge
bug-2708
into
master
5 years ago
Overview
0
Commits
18
Pipelines
2
Changes
1
Expand
👍
0
👎
0
Merge request reports
Viewing commit
a8c0745f
Prev
Next
Show latest version
1 file
+
39
−
45
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
a8c0745f
last commit 10.12.19
· a8c0745f
Konstantin
authored
5 years ago
CellFrameDashboardGUI/screen/LastAction/DapUiQmlScreenDialogAddWalletForm.ui.qml
+
39
−
45
Options
@@ -89,45 +89,45 @@ DapUiQmlScreen {
}
Rectangle
{
id
:
chooseSignatureTypeArea
height
:
68
*
pt
color
:
"
#EDEFF2
"
anchors.leftMargin
:
1
*
pt
anchors.left
:
parent
.
left
anchors.right
:
parent
.
right
anchors.top
:
chooseSignatureTypeTextArea
.
bottom
///ComboBox right panel
Rectangle
{
id
:
areaDapComboBoxRightPanel
anchors.fill
:
parent
anchors.leftMargin
:
16
*
pt
anchors.rightMargin
:
16
*
pt
anchors.topMargin
:
12
*
pt
anchors.bottomMargin
:
12
*
pt
color
:
parent
.
color
DapComboBox
{
property
Label
fieldBalance
:
Label
{}
model
:
ListModel
{
id
:
signatureType
ListElement
{
signatureName
:
"
Dilithium
"
}
ListElement
{
signatureName
:
"
Bliss
"
}
ListElement
{
signatureName
:
"
Picnic
"
}
ListElement
{
signatureName
:
"
Tesla
"
}
}
normalColorText
:
"
#070023
"
hilightColorText
:
"
#FFFFFF
"
fontSizeComboBox
:
16
*
pt
hilightColor
:
"
#330F54
"
sidePaddingNormal
:
20
*
pt
indicatorWidth
:
20
*
pt
}
}
}
id
:
chooseSignatureTypeArea
height
:
68
*
pt
color
:
"
#EDEFF2
"
anchors.leftMargin
:
1
*
pt
anchors.left
:
parent
.
left
anchors.right
:
parent
.
right
anchors.top
:
chooseSignatureTypeTextArea
.
bottom
///ComboBox right panel
Rectangle
{
id
:
areaDapComboBoxRightPanel
anchors.fill
:
parent
anchors.leftMargin
:
16
*
pt
anchors.rightMargin
:
16
*
pt
anchors.topMargin
:
12
*
pt
anchors.bottomMargin
:
12
*
pt
color
:
parent
.
color
DapComboBox
{
property
Label
fieldBalance
:
Label
{}
model
:
ListModel
{
id
:
signatureType
ListElement
{
signatureName
:
"
Dilithium
"
}
ListElement
{
signatureName
:
"
Bliss
"
}
ListElement
{
signatureName
:
"
Picnic
"
}
ListElement
{
signatureName
:
"
Tesla
"
}
}
normalColorText
:
"
#070023
"
hilightColorText
:
"
#FFFFFF
"
fontSizeComboBox
:
16
*
pt
hilightColor
:
"
#330F54
"
sidePaddingNormal
:
20
*
pt
indicatorWidth
:
20
*
pt
}
}
}
Rectangle
{
id
:
recoveryMethodTextArea
@@ -215,9 +215,3 @@ DapUiQmlScreen {
}
}
}
/*##^##
Designer {
D{i:0;autoSize:true;height:480;width:640}
}
##^##*/
Loading