Kaydet (Commit) 63ced8e5 authored tarafından Caolán McNamara's avatar Caolán McNamara

Related: fdo#67395 drop 'Font' frame title

+ promote the family, style, size to frame titles and drop
the surrounding 'Font' one
+ bottom align the previews again
+ drop empty spacing labels in favour of 6pixel spacing

Change-Id: I2c0b78163894c5283162c37bd71fa1bbc3c341c7
üst 1193dc78
This diff is collapsed.
......@@ -659,6 +659,7 @@
<packing>
<property name="expand">False</property>
<property name="fill">True</property>
<property name="pack_type">end</property>
<property name="position">1</property>
</packing>
</child>
......
......@@ -493,6 +493,7 @@
<object class="GtkAlignment" id="alignment13">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="valign">end</property>
<property name="top_padding">6</property>
<property name="left_padding">12</property>
<child>
......@@ -513,6 +514,7 @@
<packing>
<property name="expand">False</property>
<property name="fill">True</property>
<property name="pack_type">end</property>
<property name="position">3</property>
</packing>
</child>
......
......@@ -2,40 +2,6 @@
<interface>
<!-- interface-requires gtk+ 3.0 -->
<!-- interface-requires LibreOffice 1.0 -->
<object class="GtkListStore" id="liststore2">
<columns>
<!-- column-name gchararray1 -->
<column type="gchararray"/>
<!-- column-name gint1 -->
<column type="gint"/>
</columns>
<data>
<row>
<col id="0" translatable="yes">(None)</col>
<col id="1">0</col>
</row>
<row>
<col id="0" translatable="yes">)</col>
<col id="1">1</col>
</row>
<row>
<col id="0" translatable="yes">]</col>
<col id="1">2</col>
</row>
<row>
<col id="0" translatable="yes">&gt;</col>
<col id="1">3</col>
</row>
<row>
<col id="0" translatable="yes">}</col>
<col id="1">4</col>
</row>
<row>
<col id="0" translatable="yes">Other Characters...</col>
<col id="1">5</col>
</row>
</data>
</object>
<object class="GtkBox" id="TwoLinesPage">
<property name="visible">True</property>
<property name="can_focus">False</property>
......@@ -186,6 +152,7 @@
<object class="GtkAlignment" id="alignment14">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="valign">end</property>
<property name="top_padding">6</property>
<property name="left_padding">12</property>
<child>
......@@ -204,6 +171,7 @@
<packing>
<property name="expand">False</property>
<property name="fill">True</property>
<property name="pack_type">end</property>
<property name="position">2</property>
</packing>
</child>
......@@ -242,4 +210,38 @@
</row>
</data>
</object>
<object class="GtkListStore" id="liststore2">
<columns>
<!-- column-name gchararray1 -->
<column type="gchararray"/>
<!-- column-name gint1 -->
<column type="gint"/>
</columns>
<data>
<row>
<col id="0" translatable="yes">(None)</col>
<col id="1">0</col>
</row>
<row>
<col id="0" translatable="yes">)</col>
<col id="1">1</col>
</row>
<row>
<col id="0" translatable="yes">]</col>
<col id="1">2</col>
</row>
<row>
<col id="0" translatable="yes">&gt;</col>
<col id="1">3</col>
</row>
<row>
<col id="0" translatable="yes">}</col>
<col id="1">4</col>
</row>
<row>
<col id="0" translatable="yes">Other Characters...</col>
<col id="1">5</col>
</row>
</data>
</object>
</interface>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment