Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
KStars
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
31
Issues
31
List
Boards
Labels
Service Desk
Milestones
Merge Requests
6
Merge Requests
6
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Education
KStars
Commits
8d18074b
Commit
8d18074b
authored
Aug 28, 2012
by
Samikshan Bairagya
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix more _overlapping_QML_items_ bugs.
parent
e73025d5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
8 deletions
+10
-8
kstars/tools/whatsinteresting/qml/wiview.qml
kstars/tools/whatsinteresting/qml/wiview.qml
+10
-8
No files found.
kstars/tools/whatsinteresting/qml/wiview.qml
View file @
8d18074b
...
...
@@ -61,15 +61,17 @@ Rectangle {
Rectangle
{
id
:
background
x
:
20
y
:
15
width
:
330
height
:
323
color
:
"
#00060b
"
radius
:
12
anchors.verticalCenter
:
parent
.
verticalCenter
anchors.horizontalCenter
:
parent
.
horizontalCenter
anchors.top
:
parent
.
top
anchors.topMargin
:
15
anchors.bottom
:
parent
.
bottom
anchors.bottomMargin
:
13
anchors.right
:
parent
.
right
anchors.rightMargin
:
20
anchors.left
:
parent
.
left
anchors.leftMargin
:
20
opacity
:
0.500
border.width
:
4
border.color
:
"
black
"
...
...
@@ -1324,7 +1326,7 @@ Rectangle {
PropertyChanges
{
target
:
backButton
x
:
236
x
:
container
.
width
-
105
}
},
State
{
...
...
@@ -1340,7 +1342,7 @@ Rectangle {
PropertyChanges
{
target
:
backButton
x
:
236
x
:
container
.
width
-
105
}
PropertyChanges
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment