[calls] new-call-box: Reindent



commit 8173d4a9ee96dcf894703a58b6366eb880aab955
Author: Evangelos Ribeiro Tzaras <devrtz fortysixandtwo eu>
Date:   Thu Sep 22 08:24:44 2022 +0200

    new-call-box: Reindent

 src/ui/new-call-box.ui | 116 ++++++++++++++++++++++++-------------------------
 1 file changed, 58 insertions(+), 58 deletions(-)
---
diff --git a/src/ui/new-call-box.ui b/src/ui/new-call-box.ui
index 5cee0969..560eedae 100644
--- a/src/ui/new-call-box.ui
+++ b/src/ui/new-call-box.ui
@@ -10,77 +10,75 @@
     <property name="orientation">vertical</property>
     <property name="visible">True</property>
 
+    <child>
+      <object class="HdyClamp">
+        <property name="visible">True</property>
+        <property name="orientation">vertical</property>
         <child>
-          <object class="HdyClamp">
+          <object class="GtkBox">
             <property name="visible">True</property>
             <property name="orientation">vertical</property>
             <child>
-              <object class="GtkBox">
+              <object class="GtkListBox" id="origin_list_box">
                 <property name="visible">True</property>
-                <property name="orientation">vertical</property>
+                <property name="selection-mode">none</property>
+                <property name="halign">center</property>
                 <child>
-                  <object class="GtkListBox" id="origin_list_box">
+                  <object class="HdyComboRow" id="origin_list">
                     <property name="visible">True</property>
-                    <property name="selection-mode">none</property>
-                    <property name="halign">center</property>
-                    <child>
-                      <object class="HdyComboRow" id="origin_list">
-                        <property name="visible">True</property>
-                        <signal name="notify::selected-index" handler="notify_selected_index_cb" 
swapped="yes"/>
-                      </object>
-                    </child>
-                  </object>
-                </child>
-                <child>
-                  <object class="GtkEntry" id="address_entry">
-                    <property name="visible" bind-source="CallsNewCallBox" 
bind-property="numeric-input-only" bind-flags="sync-create|invert-boolean"/>
-                    <property name="xalign">0.5</property>
-                    <property name="placeholder-text" translatable="yes">Enter a VoIP address</property>
-                    <signal name="activate" handler="address_activate_cb" swapped="yes"/>
-                    <signal name="changed" handler="address_changed_cb" swapped="yes"/>
-                    <style>
-                      <class name="address-entry"/>
-                    </style>
-                  </object>
-                </child>
-                <child>
-                  <object class="CuiDialpad" id="dialpad">
-                    <property name="visible" bind-source="CallsNewCallBox" 
bind-property="numeric-input-only" bind-flags="sync-create"/>
-                    <signal name="dialed" handler="dialpad_dialed_cb"/>
+                    <signal name="notify::selected-index" handler="notify_selected_index_cb" swapped="yes"/>
                   </object>
                 </child>
+              </object>
+            </child>
+            <child>
+              <object class="GtkEntry" id="address_entry">
+                <property name="visible" bind-source="CallsNewCallBox" bind-property="numeric-input-only" 
bind-flags="sync-create|invert-boolean"/>
+                <property name="xalign">0.5</property>
+                <property name="placeholder-text" translatable="yes">Enter a VoIP address</property>
+                <signal name="activate" handler="address_activate_cb" swapped="yes"/>
+                <signal name="changed" handler="address_changed_cb" swapped="yes"/>
+                <style>
+                  <class name="address-entry"/>
+                </style>
+              </object>
+            </child>
+            <child>
+              <object class="CuiDialpad" id="dialpad">
+                <property name="visible" bind-source="CallsNewCallBox" bind-property="numeric-input-only" 
bind-flags="sync-create"/>
+                <signal name="dialed" handler="dialpad_dialed_cb"/>
+              </object>
+            </child>
+            <child>
+              <object class="GtkListBox" id="result_list">
+                <property name="visible" bind-source="CallsNewCallBox" bind-property="numeric-input-only" 
bind-flags="sync-create|invert-boolean"/>
+                <property name="margin-top">16</property>
+                <property name="selection-mode">none</property>
                 <child>
-                  <object class="GtkListBox" id="result_list">
-                    <property name="visible" bind-source="CallsNewCallBox" 
bind-property="numeric-input-only" bind-flags="sync-create|invert-boolean"/>
-                    <property name="margin-top">16</property>
-                    <property name="selection-mode">none</property>
+                  <object class="HdyActionRow" id="result">
+                    <property name="visible">False</property>
+                    <property name="title" bind-source="address_entry" bind-property="text"/>
+                    <property name="width-request">300</property>
+                    <property name="subtitle" translatable="yes">SIP Account</property>
+                    <child type="prefix">
+                      <object class="HdyAvatar">
+                        <property name="visible">True</property>
+                        <property name="show-initials">True</property>
+                        <property name="size">36</property>
+                      </object>
+                    </child>
                     <child>
-                      <object class="HdyActionRow" id="result">
-                        <property name="visible">False</property>
-                        <property name="title" bind-source="address_entry" bind-property="text"/>
-                        <property name="width-request">300</property>
-                        <property name="subtitle" translatable="yes">SIP Account</property>
-                        <child type="prefix">
-                          <object class="HdyAvatar">
-                            <property name="visible">True</property>
-                            <property name="show-initials">True</property>
-                            <property name="size">36</property>
-                          </object>
-                        </child>
+                      <object class="GtkButton" id="dial_result_btn">
+                        <property name="visible">True</property>
+                        <property name="always_show_image">True</property>
+                        <signal name="clicked" handler="dial_result_clicked_cb" swapped="yes"/>
+                        <style>
+                          <class name="rounded-button"/>
+                        </style>
                         <child>
-                          <object class="GtkButton" id="dial_result_btn">
+                          <object class="GtkImage">
                             <property name="visible">True</property>
-                            <property name="always_show_image">True</property>
-                            <signal name="clicked" handler="dial_result_clicked_cb" swapped="yes"/>
-                            <style>
-                              <class name="rounded-button"/>
-                            </style>
-                            <child>
-                              <object class="GtkImage">
-                                <property name="visible">True</property>
-                                <property name="icon-name">call-start-symbolic</property>
-                              </object>
-                            </child>
+                            <property name="icon-name">call-start-symbolic</property>
                           </object>
                         </child>
                       </object>
@@ -91,5 +89,7 @@
             </child>
           </object>
         </child>
+      </object>
+    </child>
   </template>
 </interface>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]