[calls] account-overview: Reindent ui file
- From: Evangelos Ribeiro Tzaras <devrtz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [calls] account-overview: Reindent ui file
- Date: Tue, 11 Jan 2022 12:27:24 +0000 (UTC)
commit cc8da717b163627eb10f060545c7db1cc10e03dc
Author: Evangelos Ribeiro Tzaras <devrtz fortysixandtwo eu>
Date: Wed Dec 15 14:07:54 2021 +0100
account-overview: Reindent ui file
This was done to avoid the diff noise in the previous commit introducing
the in app notifications to the account overview.
src/ui/account-overview.ui | 75 +++++++++++++++++++++++-----------------------
1 file changed, 37 insertions(+), 38 deletions(-)
---
diff --git a/src/ui/account-overview.ui b/src/ui/account-overview.ui
index 4c8645c3..f30f3ead 100644
--- a/src/ui/account-overview.ui
+++ b/src/ui/account-overview.ui
@@ -36,57 +36,56 @@
<property name="visible">True</property>
</object>
</child>
- <child>
- <object class="GtkStack" id="stack">
- <property name="visible">True</property>
- <property name="vexpand">True</property>
- <property name="transition-type">crossfade</property>
-
- <!-- First child type: No accounts present: Show a blurb and a Add button -->
<child>
- <object class="HdyStatusPage" id="intro">
+ <object class="GtkStack" id="stack">
<property name="visible">True</property>
- <property name="title" translatable="yes">Add VoIP Accounts</property>
- <property name="icon-name">system-users-symbolic</property>
- <property name="description" translatable="yes">You can add VoIP account here. It will allow
you to place and receive VoIP calls using the SIP protocol. This feature is still relatively new and not yet
feature complete (i.e. no encrypted media).</property>
+ <property name="vexpand">True</property>
+ <property name="transition-type">crossfade</property>
+
+ <!-- First child type: No accounts present: Show a blurb and a Add button -->
<child>
- <object class="GtkButton" id="add_btn">
+ <object class="HdyStatusPage" id="intro">
<property name="visible">True</property>
- <property name="margin">6</property>
- <property name="halign">center</property>
- <property name="use-underline">True</property>
- <property name="label" translatable="yes">_Add Account</property>
- <signal name="clicked" handler="on_add_account_clicked" swapped="yes"/>
- <style>
- <class name="suggested-action"/>
- </style>
+ <property name="title" translatable="yes">Add VoIP Accounts</property>
+ <property name="icon-name">system-users-symbolic</property>
+ <property name="description" translatable="yes">You can add VoIP account here. It will
allow you to place and receive VoIP calls using the SIP protocol. This feature is still relatively new and
not yet feature complete (i.e. no encrypted media).</property>
+ <child>
+ <object class="GtkButton" id="add_btn">
+ <property name="visible">True</property>
+ <property name="margin">6</property>
+ <property name="halign">center</property>
+ <property name="use-underline">True</property>
+ <property name="label" translatable="yes">_Add Account</property>
+ <signal name="clicked" handler="on_add_account_clicked" swapped="yes"/>
+ <style>
+ <class name="suggested-action"/>
+ </style>
+ </object>
+ </child>
</object>
+ <packing>
+ <property name="name">intro-page</property>
+ </packing>
</child>
- </object>
- <packing>
- <property name="name">intro-page</property>
- </packing>
- </child>
+ <!-- Second child type: Some accounts present: Show a Listbox to manage accounts -->
+ <child>
+ <object class="GtkListBox" id="overview">
+ <property name="visible">True</property>
+ <property name="selection-mode">none</property>
+ <!-- placeholder -->
+ <child type="placeholder"/>
+ </object>
+ <packing>
+ <property name="name">overview-page</property>
+ </packing>
+ </child>
- <!-- Second child type: Some accounts present: Show a Listbox to manage accounts -->
- <child>
- <object class="GtkListBox" id="overview">
- <property name="visible">True</property>
- <property name="selection-mode">none</property>
- <!-- placeholder -->
- <child type="placeholder"/>
</object>
- <packing>
- <property name="name">overview-page</property>
- </packing>
</child>
</object>
</child>
-
- </object>
- </child>
</object>
</child>
</template>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]