Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
P
phosh
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Jobs
Commits
Open sidebar
Guido Gunther
phosh
Commits
59461fc8
Commit
59461fc8
authored
Jan 19, 2021
by
Guido Gunther
Committed by
Zander Brown
Jan 19, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
shell: Don't use magic constant for CSS provider priority
Signed-off-by:
Guido Günther
<
guido.gunther@puri.sm
>
parent
b335ac66
Pipeline
#63394
passed with stages
in 35 minutes and 4 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
src/shell.c
src/shell.c
+2
-1
No files found.
src/shell.c
View file @
59461fc8
...
...
@@ -258,7 +258,8 @@ css_setup (PhoshShell *self)
gtk_css_provider_load_from_resource
(
provider
,
"/sm/puri/phosh/style.css"
);
gtk_style_context_add_provider_for_screen
(
gdk_screen_get_default
(),
GTK_STYLE_PROVIDER
(
provider
),
600
);
GTK_STYLE_PROVIDER
(
provider
),
GTK_STYLE_PROVIDER_PRIORITY_APPLICATION
);
}
...
...
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