Changing the design of privacy list window
This commit is contained in:
parent
0a48491a39
commit
95d426e136
|
@ -9,12 +9,12 @@
|
||||||
<signal name="destroy" handler="on_privacy_list_edit_window_destroy"/>
|
<signal name="destroy" handler="on_privacy_list_edit_window_destroy"/>
|
||||||
<child>
|
<child>
|
||||||
<object class="GtkVBox" id="main_vbox">
|
<object class="GtkVBox" id="main_vbox">
|
||||||
<property name="width_request">600</property>
|
|
||||||
<property name="visible">True</property>
|
<property name="visible">True</property>
|
||||||
<property name="orientation">vertical</property>
|
<property name="orientation">vertical</property>
|
||||||
<child>
|
<child>
|
||||||
<object class="GtkHBox" id="title_hbox">
|
<object class="GtkHBox" id="title_hbox">
|
||||||
<property name="visible">True</property>
|
<property name="visible">True</property>
|
||||||
|
<property name="orientation">vertical</property>
|
||||||
<property name="homogeneous">True</property>
|
<property name="homogeneous">True</property>
|
||||||
<child>
|
<child>
|
||||||
<object class="GtkLabel" id="privacy_lists_title_label">
|
<object class="GtkLabel" id="privacy_lists_title_label">
|
||||||
|
@ -591,7 +591,7 @@
|
||||||
</object>
|
</object>
|
||||||
<object class="GtkListStore" id="liststore1">
|
<object class="GtkListStore" id="liststore1">
|
||||||
<columns>
|
<columns>
|
||||||
<!-- column-name item text -->
|
<!-- column-name item -->
|
||||||
<column type="gchararray"/>
|
<column type="gchararray"/>
|
||||||
</columns>
|
</columns>
|
||||||
<data>
|
<data>
|
||||||
|
@ -611,13 +611,13 @@
|
||||||
</object>
|
</object>
|
||||||
<object class="GtkListStore" id="liststore2">
|
<object class="GtkListStore" id="liststore2">
|
||||||
<columns>
|
<columns>
|
||||||
<!-- column-name item text -->
|
<!-- column-name item -->
|
||||||
<column type="gchararray"/>
|
<column type="gchararray"/>
|
||||||
</columns>
|
</columns>
|
||||||
</object>
|
</object>
|
||||||
<object class="GtkListStore" id="liststore3">
|
<object class="GtkListStore" id="liststore3">
|
||||||
<columns>
|
<columns>
|
||||||
<!-- column-name item text -->
|
<!-- column-name item -->
|
||||||
<column type="gchararray"/>
|
<column type="gchararray"/>
|
||||||
</columns>
|
</columns>
|
||||||
</object>
|
</object>
|
||||||
|
|
Loading…
Reference in New Issue