diff options
author | bobufa <bobufa@users.noreply.github.com> | 2018-07-10 00:31:39 +0200 |
---|---|---|
committer | bobufa <bobufa@users.noreply.github.com> | 2018-08-13 22:31:22 +0200 |
commit | 61915ca56617e8f45ae8bd85cb87f0b8a9a895b0 (patch) | |
tree | 2fd35772c1d1145852f36e0baed6fafc0a73a517 /main/data/global_search.ui | |
parent | 8b23ddad2d33a1504cd28c0df583dfe50cadccda (diff) | |
download | dino-61915ca56617e8f45ae8bd85cb87f0b8a9a895b0.tar.gz dino-61915ca56617e8f45ae8bd85cb87f0b8a9a895b0.zip |
initial search logic / display
Diffstat (limited to 'main/data/global_search.ui')
-rw-r--r-- | main/data/global_search.ui | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/main/data/global_search.ui b/main/data/global_search.ui new file mode 100644 index 00000000..cc5f043b --- /dev/null +++ b/main/data/global_search.ui @@ -0,0 +1,35 @@ +<?xml version="1.0" encoding="UTF-8"?> +<interface> + <template class="DinoUiGlobalSearch" parent="GtkBox"> + <property name="orientation">vertical</property> + <property name="visible">True</property> + <child> + <object class="GtkSearchEntry" id="search_entry"> + <property name="visible">True</property> + <property name="margin">12</property> + </object> + </child> + <child> + <object class="GtkLabel" id="entry_number_label"> + <property name="xalign">0</property> + <property name="use-markup">True</property> + <property name="margin-left">17</property> + <property name="visible">True</property> + </object> + </child> + <child> + <object class="GtkScrolledWindow" id="results_scrolled"> + <property name="expand">True</property> + <property name="visible">True</property> + <child> + <object class="GtkBox" id="results_box"> + <property name="orientation">vertical</property> + <property name="spacing">25</property> + <property name="margin">10</property> + <property name="visible">True</property> + </object> + </child> + </object> + </child> + </template> +</interface> |