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
Epiphany
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
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
Daniel Foré
Epiphany
Commits
672aab18
Commit
672aab18
authored
Jun 27, 2019
by
Daniel Foré
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix menu margins for elementary stylesheet
parent
6815a2e3
Pipeline
#91277
passed with stages
in 5 minutes and 30 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
3 deletions
+10
-3
src/resources/gtk/page-menu-popover.ui
src/resources/gtk/page-menu-popover.ui
+6
-3
src/resources/themes/Adwaita.css
src/resources/themes/Adwaita.css
+4
-0
No files found.
src/resources/gtk/page-menu-popover.ui
View file @
672aab18
...
...
@@ -4,7 +4,7 @@
<child>
<object
class=
"GtkBox"
>
<property
name=
"can_focus"
>
False
</property>
<property
name=
"
border_width
"
>
12
</property>
<property
name=
"
margin-bottom
"
>
12
</property>
<property
name=
"orientation"
>
vertical
</property>
<property
name=
"visible"
>
True
</property>
<child>
...
...
@@ -12,7 +12,8 @@
<property
name=
"visible"
>
True
</property>
<property
name=
"orientation"
>
horizontal
</property>
<property
name=
"homogeneous"
>
True
</property>
<property
name=
"margin-bottom"
>
6
</property>
<property
name=
"margin"
>
12
</property>
<property
name=
"margin_bottom"
>
0
</property>
<style>
<class
name=
"linked"
/>
</style>
...
...
@@ -74,7 +75,9 @@
<property
name=
"orientation"
>
horizontal
</property>
<property
name=
"spacing"
>
6
</property>
<property
name=
"homogeneous"
>
True
</property>
<property
name=
"margin-bottom"
>
6
</property>
<property
name=
"margin"
>
12
</property>
<property
name=
"margin_bottom"
>
6
</property>
<property
name=
"margin_top"
>
6
</property>
<child>
<object
class=
"GtkModelButton"
>
<property
name=
"tooltip_text"
translatable=
"yes"
>
Print…
</property>
...
...
src/resources/themes/Adwaita.css
View file @
672aab18
...
...
@@ -6,6 +6,10 @@
.floating-bar
:backdrop
{
background-color
:
@
theme_unfocused_base_color
;
border-color
:
@
unfocused_borders
;
}
popover
.menu
modelbutton
{
margin-left
:
12px
;
margin-right
:
12px
}
popover
.menu
separator
{
margin-left
:
15px
;
margin-right
:
15px
}
.incognito-mode
headerbar
{
background-image
:
-gtk-icontheme
(
"user-not-tracked-symbolic"
);
background-repeat
:
no-repeat
;
background-position
:
157px
0
;
background-size
:
64px
64px
;
color
:
rgba
(
0
,
0
,
0
,
0.35
);
}
.automation-mode
headerbar
{
background-color
:
#ff9600
;
color
:
rgba
(
0
,
0
,
0
,
0.35
);
}
...
...
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