mirror of https://github.com/snes9xgit/snes9x.git
Add show time option to GTK UI. It is disabled by default.
This commit is contained in:
parent
d16c9775a9
commit
f3da1c9496
|
@ -2761,6 +2761,21 @@
|
|||
<property name="position">0</property>
|
||||
</packing>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkCheckButton" id="show_time">
|
||||
<property name="label" translatable="yes">Show time</property>
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="receives_default">False</property>
|
||||
<property name="use_underline">True</property>
|
||||
<property name="draw_indicator">True</property>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="expand">False</property>
|
||||
<property name="fill">False</property>
|
||||
<property name="position">1</property>
|
||||
</packing>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkCheckButton" id="show_frame_rate">
|
||||
<property name="label" translatable="yes">Show frame rate</property>
|
||||
|
|
Loading…
Reference in New Issue