summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Mikhaylenko <alexm@gnome.org>2023-03-28 15:58:09 +0400
committerAlexander Mikhaylenko <alexm@gnome.org>2023-03-28 16:16:41 +0400
commit838c370a9cc70368760669c88ce19ecf759217a1 (patch)
tree41a45652952a8f5f77a70138109ee29eed59f5ce
parent5b8f318458db8875dc1917c684b0a1d38c4e2b44 (diff)
downloadepiphany-wip/exalm/titlebar-view.tar.gz
history-dialog: Port to AdwToolbarViewwip/exalm/titlebar-view
-rw-r--r--src/resources/gtk/history-dialog.ui9
1 files changed, 4 insertions, 5 deletions
diff --git a/src/resources/gtk/history-dialog.ui b/src/resources/gtk/history-dialog.ui
index f416eeff9..78ebe4e9d 100644
--- a/src/resources/gtk/history-dialog.ui
+++ b/src/resources/gtk/history-dialog.ui
@@ -9,9 +9,8 @@
<property name="destroy-with_parent">True</property>
<property name="title" translatable="yes">History</property>
<child>
- <object class="GtkBox">
- <property name="orientation">vertical</property>
- <child>
+ <object class="AdwToolbarView">
+ <child type="top">
<object class="GtkStack" id="header_bars_stack">
<property name="transition-type">crossfade</property>
<child>
@@ -54,7 +53,7 @@
</child>
</object>
</child>
- <child>
+ <child type="top">
<object class="GtkSearchBar" id="search_bar">
<property name="search_mode_enabled">False</property>
<property name="key-capture-widget">EphyHistoryDialog</property>
@@ -129,7 +128,7 @@
</child>
</object>
</child>
- <child>
+ <child type="bottom">
<object class="GtkStack" id="action_bars_stack">
<property name="transition-type">crossfade</property>
<child>