Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
W
web-apps
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Boris Kocherov
web-apps
Commits
dd323342
Commit
dd323342
authored
Aug 18, 2017
by
Julia Radzhabova
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Changed cursor for resized window.
parent
1aa0da0a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
apps/common/main/lib/component/Window.js
apps/common/main/lib/component/Window.js
+2
-2
No files found.
apps/common/main/lib/component/Window.js
View file @
dd323342
...
...
@@ -846,9 +846,9 @@ define([
'
<div class="resize-border bottom" style="left: 4px; right: 4px; width: auto; z-index: 2; border-top-style: solid; cursor: s-resize;"></div>
'
+
'
<div class="resize-border right bottom" style="border-bottom-right-radius: 5px; cursor: se-resize;"></div>
'
+
'
<div class="resize-border right" style="top:
'
+
((
this
.
initConfig
.
header
)
?
'
33
'
:
'
5
'
)
+
'
px; bottom: 5px; height: auto; border-left-style: solid; cursor: w-resize;"></div>
'
+
'
<div class="resize-border left top" style="border-top-left-radius: 5px; cursor:
se
-resize;"></div>
'
+
'
<div class="resize-border left top" style="border-top-left-radius: 5px; cursor:
nw
-resize;"></div>
'
+
'
<div class="resize-border top" style="left: 4px; right: 4px; width: auto; z-index: 2; border-bottom-style:
'
+
((
this
.
initConfig
.
header
)
?
"
none
"
:
"
solid
"
)
+
'
; cursor: s-resize;"></div>
'
+
'
<div class="resize-border right top" style="border-top-right-radius: 5px; cursor:
sw
-resize;"></div>
'
;
'
<div class="resize-border right top" style="border-top-right-radius: 5px; cursor:
ne
-resize;"></div>
'
;
if
(
this
.
initConfig
.
header
)
bordersTemplate
+=
'
<div class="resize-border left" style="top: 5px; height: 28px; cursor: e-resize;"></div>
'
+
'
<div class="resize-border right" style="top: 5px; height: 28px; cursor: w-resize;"></div>
'
;
...
...
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