@@ -73,8 +73,15 @@
|
||||
<object class="GtkListBox" id="overview">
|
||||
<property name="visible">True</property>
|
||||
<property name="selection-mode">none</property>
|
||||
<property name="margin-top">18</property>
|
||||
<property name="margin-bottom">18</property>
|
||||
<property name="margin-start">12</property>
|
||||
<property name="margin-end">12</property>
|
||||
<!-- placeholder -->
|
||||
<child type="placeholder"/>
|
||||
<style>
|
||||
<class name="content"/>
|
||||
</style>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="name">overview-page</property>
|
||||
@@ -90,14 +97,20 @@
|
||||
</child>
|
||||
</template>
|
||||
|
||||
<object class="HdyActionRow" id="add_row">
|
||||
<object class="GtkListBoxRow" id="add_row">
|
||||
<property name="visible">True</property>
|
||||
<property name="use-underline">True</property>
|
||||
<property name="activatable">True</property>
|
||||
<property name="title" translatable="yes">_Add Account</property>
|
||||
<signal name="activated" handler="on_add_account_clicked" swapped="yes"/>
|
||||
<child>
|
||||
<object class="GtkLabel">
|
||||
<property name="visible">True</property>
|
||||
<property name="label" translatable="yes">_Add Account</property>
|
||||
<property name="use-underline">True</property>
|
||||
<property name="margin-top">9</property>
|
||||
<property name="margin-bottom">9</property>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
|
||||
|
||||
<object class="HdyWindow" id="account_window">
|
||||
<property name="visible">False</property>
|
||||
<property name="default-width">380</property>
|
||||
|
||||
Reference in New Issue
Block a user