Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
purr-data
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
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
Jonathan Wilkes
purr-data
Commits
96b23d10
Commit
96b23d10
authored
4 years ago
by
Jonathan Wilkes
Browse files
Options
Downloads
Plain Diff
Merge branch 'find-0.47'
parents
df8a0eb4
b02e231d
No related branches found
Branches containing commit
No related tags found
Tags containing commit
3 merge requests
!424
Feature autosubpatching
,
!402
Improved positioning of the find widget elements for the nw.js 0.47.
,
!399
Autosubpatching feature, final stage
Pipeline
#2140
canceled
4 years ago
Stage: test
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
pd/nw/css/default.css
+2
-2
2 additions, 2 deletions
pd/nw/css/default.css
pd/nw/pd_canvas.html
+5
-3
5 additions, 3 deletions
pd/nw/pd_canvas.html
with
7 additions
and
5 deletions
pd/nw/css/default.css
+
2
−
2
View file @
96b23d10
...
@@ -514,8 +514,8 @@ text {
...
@@ -514,8 +514,8 @@ text {
#canvas_find
{
#canvas_find
{
width
:
100%
;
width
:
100%
;
height
:
1em
;
height
:
1em
;
padding-top
:
4
px
;
padding-top
:
2
px
;
padding-left
:
8
px
;
padding-left
:
2
px
;
padding-bottom
:
8px
;
padding-bottom
:
8px
;
background
:
silver
;
background
:
silver
;
position
:
fixed
;
position
:
fixed
;
...
...
This diff is collapsed.
Click to expand it.
pd/nw/pd_canvas.html
+
5
−
3
View file @
96b23d10
...
@@ -39,11 +39,13 @@
...
@@ -39,11 +39,13 @@
defaultValue=
"Search in Canvas"
defaultValue=
"Search in Canvas"
style=
"width:10em"
/>
style=
"width:10em"
/>
</label>
</label>
<label><span
data-i18n=
"canvas.find.whole_word"
></span>
<label><span
data-i18n=
"canvas.find.whole_word"
<input
type=
"checkbox"
style=
"margin-left: 7px; margin-right: -3px;"
></span>
<input
type=
"checkbox"
id=
"canvas_find_whole_word"
id=
"canvas_find_whole_word"
name=
"canvas_find_whole_word"
name=
"canvas_find_whole_word"
onchange=
"canvas_find_whole_word(this);"
/>
onchange=
"canvas_find_whole_word(this);"
style=
"position: relative; top: 2px; margin-right: 5px;"
/>
</label>
</label>
<button
type=
"button"
<button
type=
"button"
id=
"canvas_find_button"
id=
"canvas_find_button"
...
...
This diff is collapsed.
Click to expand it.
Albert Gräf
@aggraef
mentioned in issue
#660 (closed)
·
4 years ago
mentioned in issue
#660 (closed)
mentioned in issue #660
Toggle commit list
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