further rewrites, interface fixes, added temporary icon
This commit is contained in:
@@ -12,6 +12,7 @@ corresponding .blp file and regenerate this file with blueprint-compiler.
|
||||
<property name="title">Gnomeframe</property>
|
||||
<property name="content">
|
||||
<object class="AdwToolbarView">
|
||||
<property name="bottom-bar-style">1</property>
|
||||
<child type="top">
|
||||
<object class="AdwHeaderBar">
|
||||
<child type="start">
|
||||
@@ -25,6 +26,7 @@ corresponding .blp file and regenerate this file with blueprint-compiler.
|
||||
<property name="icon-name">open-menu-symbolic</property>
|
||||
<property name="menu-model">primary_menu</property>
|
||||
<property name="tooltip-text" translatable="yes">Main Menu</property>
|
||||
<property name="has-tooltip">true</property>
|
||||
<property name="primary">true</property>
|
||||
</object>
|
||||
</child>
|
||||
@@ -40,8 +42,14 @@ corresponding .blp file and regenerate this file with blueprint-compiler.
|
||||
<object class="AdwViewStack" id="viewstack"></object>
|
||||
</property>
|
||||
<child type="bottom">
|
||||
<object class="AdwViewSwitcherBar" id="switcher_bar">
|
||||
<property name="stack">viewstack</property>
|
||||
<object class="GtkActionBar">
|
||||
<child type="center">
|
||||
<object class="GtkButton" id="btn_reset_profile">
|
||||
<property name="label" translatable="yes">Reset</property>
|
||||
<property name="tooltip-text" translatable="yes">Reset Profile</property>
|
||||
<property name="has-tooltip">true</property>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
|
||||
Reference in New Issue
Block a user