diff options
Diffstat (limited to 'data/glade/prefs-dialog.glade')
-rw-r--r-- | data/glade/prefs-dialog.glade | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/data/glade/prefs-dialog.glade b/data/glade/prefs-dialog.glade index 179ec992c..23a312abc 100644 --- a/data/glade/prefs-dialog.glade +++ b/data/glade/prefs-dialog.glade @@ -177,6 +177,7 @@ <property name="max_length">0</property> <property name="text" translatable="yes"></property> <property name="has_frame">True</property> + <property name="invisible_char">●</property> <property name="activates_default">False</property> </widget> <packing> @@ -556,6 +557,25 @@ </child> <child> + <widget class="GtkCheckButton" id="smoothscroll_button"> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="label" translatable="yes">Use s_mooth scrolling</property> + <property name="use_underline">True</property> + <property name="relief">GTK_RELIEF_NORMAL</property> + <property name="focus_on_click">True</property> + <property name="active">False</property> + <property name="inconsistent">False</property> + <property name="draw_indicator">True</property> + </widget> + <packing> + <property name="padding">0</property> + <property name="expand">False</property> + <property name="fill">False</property> + </packing> + </child> + + <child> <widget class="GtkHBox" id="css_container"> <property name="visible">True</property> <property name="homogeneous">False</property> |