summaryrefslogtreecommitdiff
path: root/src/profile-preferences.ui
diff options
context:
space:
mode:
authorMark Thomas <[email protected]>2014-01-25 20:38:35 +0000
committerMark Thomas <[email protected]>2014-01-25 20:38:35 +0000
commitc39021ae1dbdfbb2702fb5ab35fa5e3c3ae1c900 (patch)
tree62db08937a2304ec0c6bc4b6d5519863a90d79a5 /src/profile-preferences.ui
parente8684ca3000172b9939e3d8cf0a598785aaa3971 (diff)
downloadmate-terminal-c39021ae1dbdfbb2702fb5ab35fa5e3c3ae1c900.tar.bz2
mate-terminal-c39021ae1dbdfbb2702fb5ab35fa5e3c3ae1c900.tar.xz
Add blink preference
Diffstat (limited to 'src/profile-preferences.ui')
-rw-r--r--src/profile-preferences.ui72
1 files changed, 72 insertions, 0 deletions
diff --git a/src/profile-preferences.ui b/src/profile-preferences.ui
index 3d673f5..0ea429e 100644
--- a/src/profile-preferences.ui
+++ b/src/profile-preferences.ui
@@ -176,6 +176,22 @@
</row>
</data>
</object>
+ <object class="GtkListStore" id="model9">
+ <columns>
+ <column type="gchararray"/>
+ </columns>
+ <data>
+ <row>
+ <col id="0" translatable="yes">Use system settings</col>
+ </row>
+ <row>
+ <col id="0" translatable="yes">Always blink</col>
+ </row>
+ <row>
+ <col id="0" translatable="yes">Never blink</col>
+ </row>
+ </data>
+ </object>
<object class="GtkDialog" id="profile-editor-dialog">
<property name="border_width">5</property>
<property name="visible">True</property>
@@ -443,6 +459,62 @@
</packing>
</child>
<child>
+ <object class="GtkHBox" id="hbox147">
+ <property name="visible">True</property>
+ <property name="homogeneous">False</property>
+ <property name="spacing">12</property>
+ <child>
+ <object class="GtkLabel" id="label482">
+ <property name="visible">True</property>
+ <property name="label" translatable="yes">Cursor blin_k:</property>
+ <property name="use_underline">True</property>
+ <property name="use_markup">False</property>
+ <property name="justify">GTK_JUSTIFY_LEFT</property>
+ <property name="wrap">False</property>
+ <property name="selectable">False</property>
+ <property name="xalign">0.5</property>
+ <property name="yalign">0.5</property>
+ <property name="xpad">0</property>
+ <property name="ypad">0</property>
+ <property name="mnemonic_widget">cursor-blink-combobox</property>
+ <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
+ <property name="width_chars">-1</property>
+ <property name="single_line_mode">False</property>
+ <property name="angle">0</property>
+ </object>
+ <packing>
+ <property name="padding">0</property>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkComboBox" id="cursor-blink-combobox">
+ <property name="visible">True</property>
+ <property name="add_tearoffs">False</property>
+ <property name="focus_on_click">True</property>
+ <property name="model">model9</property>
+ <child>
+ <object class="GtkCellRendererText" id="renderer9"/>
+ <attributes>
+ <attribute name="text">0</attribute>
+ </attributes>
+ </child>
+ </object>
+ <packing>
+ <property name="padding">0</property>
+ <property name="expand">False</property>
+ <property name="fill">True</property>
+ </packing>
+ </child>
+ </object>
+ <packing>
+ <property name="padding">0</property>
+ <property name="expand">False</property>
+ <property name="fill">True</property>
+ </packing>
+ </child>
+ <child>
<object class="GtkHBox" id="hbox140">
<property name="visible">True</property>
<property name="homogeneous">False</property>