Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 12 additions & 12 deletions downloads-flat.patch
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
diff --git a/src/resources/gtk/action-bar-end.ui b/src/resources/gtk/action-bar-end.ui
index b5d601fc2..7ed0cca4c 100644
--- a/src/resources/gtk/action-bar-end.ui
+++ b/src/resources/gtk/action-bar-end.ui
@@ -7,6 +7,7 @@
<property name="transition-type">crossfade</property>
<child>
<object class="GtkMenuButton" id="downloads_button">
+ <property name="has_frame">False</property>
<!-- Translators: tooltip for the downloads button -->
<property name="tooltip_text" translatable="yes">Downloads</property>
<property name="receives_default">True</property>
diff --git a/src/resources/gtk/action-bar-end.blp b/src/resources/gtk/action-bar-end.blp
index 05567f805..9e461d9e0 100644
--- a/src/resources/gtk/action-bar-end.blp
+++ b/src/resources/gtk/action-bar-end.blp
@@ -7,6 +7,7 @@ template $EphyActionBarEnd: Box {
transition-type: crossfade;

MenuButton downloads_button {
+ has-frame: false;
tooltip-text: _("Downloads");
receives-default: true;

4 changes: 2 additions & 2 deletions org.gnome.epiphany.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
"sources": [
{
"type": "archive",
"url": "https://download.gnome.org/sources/epiphany/48/epiphany-48.5.tar.xz",
"sha256": "0f66552ad6593c7952a3ddee5bf515656c8c434871076d9f1a91a7af9346b1b4",
"url": "https://download.gnome.org/sources/epiphany/49/epiphany-49.0.tar.xz",
"sha256": "271ec735b9836b97449e32793d354a8afb6b9f8d2d3d75821885d5e155707929",
"x-checker-data": {
"type": "gnome",
"name": "epiphany"
Expand Down
Loading