Add new settings planets-char and aspects-char to the preferences dialog

They are only effective upon chart redraw. A callback must be utilised
to automatically redraw the aspect table upon change.
This commit is contained in:
2014-07-04 13:13:38 +02:00
parent d8aadc4ffa
commit 582c7e02b9
2 changed files with 39 additions and 1 deletions

View File

@@ -46,6 +46,34 @@
<property name="top_attach">0</property>
</packing>
</child>
<child>
<object class="GtkCheckButton" id="planet_chars">
<property name="label" translatable="yes">Use UTF-8 characters for planet symbols</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
<property name="xalign">0</property>
<property name="draw_indicator">True</property>
</object>
<packing>
<property name="left_attach">0</property>
<property name="top_attach">1</property>
</packing>
</child>
<child>
<object class="GtkCheckButton" id="aspect_chars">
<property name="label" translatable="yes">Use UTF-8 characters for aspect symbols</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
<property name="xalign">0</property>
<property name="draw_indicator">True</property>
</object>
<packing>
<property name="left_attach">0</property>
<property name="top_attach">2</property>
</packing>
</child>
</object>
<packing>
<property name="expand">False</property>