Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Archive
gnome-latex
Commits
79e82a70
Commit
79e82a70
authored
Dec 27, 2017
by
swilmet
Browse files
Rename to GNOME LaTeX: adwaita.css
parent
a7aa79a4
Changes
6
Hide whitespace changes
Inline
Side-by-side
src/latexila.gresource.xml
View file @
79e82a70
...
...
@@ -2,7 +2,7 @@
<gresources>
<gresource
prefix=
"/org/gnome/gnome-latex"
>
<file>
ui/latex
ila
.adwaita.css
</file>
<file>
ui/
gnome-
latex.adwaita.css
</file>
</gresource>
<gresource
prefix=
"/org/gnome/gnome-latex/gtk"
>
...
...
src/latexila_app.vala
View file @
79e82a70
...
...
@@ -284,7 +284,7 @@ public class LatexilaApp : Gtk.Application
if
(
_provider
==
null
)
{
_provider
=
new
Gtk
.
CssProvider
();
File
file
=
File
.
new_for_uri
(
"resource:///org/gnome/gnome-latex/ui/latex
ila
.adwaita.css"
);
File
file
=
File
.
new_for_uri
(
"resource:///org/gnome/gnome-latex/ui/
gnome-
latex.adwaita.css"
);
try
{
_provider
.
load_from_file
(
file
);
...
...
src/main_window.vala
View file @
79e82a70
...
...
@@ -421,7 +421,7 @@ public class MainWindow : ApplicationWindow
edit_toolbar
.
set_style
(
ToolbarStyle
.
ICONS
);
StyleContext
context
=
edit_toolbar
.
get_style_context
();
context
.
add_class
(
"latex
ila
-edit-toolbar"
);
context
.
add_class
(
"
gnome-
latex-edit-toolbar"
);
edit_toolbar
.
show_all
();
...
...
src/ui/Makefile.am
View file @
79e82a70
...
...
@@ -5,7 +5,7 @@ dist_ui_DATA = \
ui.xml
EXTRA_DIST
=
\
latex
ila
.adwaita.css
\
gnome-
latex.adwaita.css
\
menus.ui
-include
$(top_srcdir)/git.mk
src/ui/gnome-latex.adwaita.css
0 → 100644
View file @
79e82a70
.primary-toolbar
button
,
.gnome-latex-edit-toolbar
button
{
padding
:
2px
;
}
src/ui/latexila.adwaita.css
deleted
100644 → 0
View file @
a7aa79a4
.primary-toolbar
button
,
.latexila-edit-toolbar
button
{
padding
:
2px
;
}
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment