Merge pull request 'Design fixes' (#29) from develop into master

Reviewed-on: YanTheKaller/ubl-settings-video#29
pull/28/head
commit c2be94350f

@ -1894,7 +1894,6 @@ translated and supported by community.</property>
</child> </child>
<child> <child>
<object class="GtkBox"> <object class="GtkBox">
<property name="visible">True</property>
<property name="can-focus">False</property> <property name="can-focus">False</property>
<property name="orientation">vertical</property> <property name="orientation">vertical</property>
<property name="spacing">5</property> <property name="spacing">5</property>
@ -2060,6 +2059,8 @@ translated and supported by community.</property>
<child> <child>
<object class="GtkTreeViewColumn" id="proprietartInstalledColumn"> <object class="GtkTreeViewColumn" id="proprietartInstalledColumn">
<property name="title" translatable="yes">Installed</property> <property name="title" translatable="yes">Installed</property>
<property name="sort-order">descending</property>
<property name="sort-column-id">0</property>
<child> <child>
<object class="GtkCellRendererToggle"/> <object class="GtkCellRendererToggle"/>
<attributes> <attributes>

Loading…
Cancel
Save