good morning!!!!
Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
B
bor
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Harbor Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
open
bor
Commits
6fe42f00
Commit
6fe42f00
authored
May 27, 2014
by
Maran Hidskes
Browse files
Options
Downloads
Patches
Plain Diff
Uhm what
parent
1ab865a9
Branches
Branches containing commit
Tags
Tags containing commit
Loading
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
ethereal/assets/qml/wallet.qml
+2
-1
2 additions, 1 deletion
ethereal/assets/qml/wallet.qml
with
2 additions
and
1 deletion
ethereal/assets/qml/wallet.qml
+
2
−
1
View file @
6fe42f00
...
@@ -556,6 +556,7 @@ ApplicationWindow {
...
@@ -556,6 +556,7 @@ ApplicationWindow {
SplitView
{
SplitView
{
orientation
:
Qt
.
Horizontal
orientation
:
Qt
.
Horizontal
id
:
debugSplitView
TableView
{
TableView
{
property
var
debuggerLog
:
ListModel
{
property
var
debuggerLog
:
ListModel
{
id
:
debuggerLog
id
:
debuggerLog
...
@@ -569,7 +570,7 @@ ApplicationWindow {
...
@@ -569,7 +570,7 @@ ApplicationWindow {
}
}
height
:
parent
.
height
/
2
height
:
parent
.
height
/
2
width
:
parent
.
width
width
:
parent
.
width
TableViewColumn
{
role
:
"
value
"
;
title
:
"
Stack
"
;
width
:
parent
.
width
}
TableViewColumn
{
role
:
"
value
"
;
title
:
"
Stack
"
;
width
:
debugSplitView
.
width
}
model
:
stackModel
model
:
stackModel
}
}
}
}
...
...
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