summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Mikhaylenko <alexm@gnome.org>2020-09-23 19:05:08 +0500
committerAlexander Mikhaylenko <alexm@gnome.org>2020-09-23 19:05:08 +0500
commit75a001c94839765c244c1e63430b66af23dd6948 (patch)
tree765b6dd573c091b5bf73b7923cbba588facbbdfd
parentb38289718291afa5b06f4d048967b1c330317fd8 (diff)
downloadepiphany-wip/exalm/dialog.tar.gz
Make bookmark preferences dialog resizablewip/exalm/dialog
Make sure it properly maximizes on mobile.
-rw-r--r--src/bookmarks/ephy-bookmark-row.c1
-rw-r--r--src/resources/gtk/bookmark-properties-grid.ui1
2 files changed, 1 insertions, 1 deletions
diff --git a/src/bookmarks/ephy-bookmark-row.c b/src/bookmarks/ephy-bookmark-row.c
index e06093122..42f845a9d 100644
--- a/src/bookmarks/ephy-bookmark-row.c
+++ b/src/bookmarks/ephy-bookmark-row.c
@@ -62,7 +62,6 @@ ephy_bookmark_row_button_clicked_cb (EphyBookmarkRow *row,
"title", _("Bookmark Properties"),
"transient-for", GTK_WINDOW (gtk_widget_get_toplevel (GTK_WIDGET (row))),
"use-header-bar", TRUE,
- "resizable", FALSE,
"modal", TRUE,
NULL);
diff --git a/src/resources/gtk/bookmark-properties-grid.ui b/src/resources/gtk/bookmark-properties-grid.ui
index ce1216837..70f606982 100644
--- a/src/resources/gtk/bookmark-properties-grid.ui
+++ b/src/resources/gtk/bookmark-properties-grid.ui
@@ -155,6 +155,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="homogeneous">True</property>
+ <property name="valign">start</property>
<property name="column_spacing">6</property>
<property name="row_spacing">6</property>
<property name="min_children_per_line">2</property>