Browse Source

Remove the separator in the HeaderBar

Back when there was a Save icon on the Sink page's HeaderBar, it made
sense to keep the separator around in the other pages.  Now there's
never a separator there, so we shouldn't force one to exist in some
pages anymore.
Clara Hobbs 6 years ago
parent
commit
b1c6837169
1 changed files with 0 additions and 9 deletions
  1. 0
    9
      data/pd-buddy-gtk.ui

+ 0
- 9
data/pd-buddy-gtk.ui View File

@@ -570,15 +570,6 @@
570 570
             <property name="can_focus">False</property>
571 571
             <property name="title">Select Device</property>
572 572
             <property name="show_close_button">True</property>
573
-            <child>
574
-              <object class="GtkLabel" id="dummy">
575
-                <property name="visible">True</property>
576
-                <property name="can_focus">False</property>
577
-              </object>
578
-              <packing>
579
-                <property name="pack_type">end</property>
580
-              </packing>
581
-            </child>
582 573
           </object>
583 574
           <packing>
584 575
             <property name="name">page0</property>

Loading…
Cancel
Save