Skip to content

Commit

Permalink
Merge pull request #18 from TheEvilSkeleton/port-to-adwtoolbarview
Browse files Browse the repository at this point in the history
Port to AdwToolbarView
  • Loading branch information
Bytezz authored Oct 30, 2023
2 parents 9ef5ace + f3ef26e commit 7a0ebb7
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions src/window.ui
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,9 @@
<property name="default-height">715</property>
<property name="title" translatable="yes">IP Lookup</property>
<child>
<object class="GtkBox">
<property name="orientation">vertical</property>
<child>
<object class="GtkHeaderBar" id="header_bar">
<property name="css-classes">flat</property>
<object class="AdwToolbarView">
<child type="top">
<object class="AdwHeaderBar" id="header_bar">
<child type="end">
<object class="GtkMenuButton">
<property name="tooltip-text" translatable="yes">Main Menu</property>
Expand All @@ -22,7 +20,7 @@
</child>
</object>
</child>
<child>
<property name="content">
<object class="GtkOverlay">
<child>
<object class="GtkScrolledWindow">
Expand Down Expand Up @@ -202,7 +200,7 @@
</object>
</child>
</object>
</child>
</property>
</object>
</child>
</template>
Expand Down

0 comments on commit 7a0ebb7

Please sign in to comment.