diff options
author | Leonard Kugis <leonardkugis@gmail.com> | 2018-01-23 01:23:23 +0100 |
---|---|---|
committer | Leonard Kugis <leonardkugis@gmail.com> | 2018-01-23 01:23:23 +0100 |
commit | e6c241add375353c1c80b0e3915a6505dbd5db9a (patch) | |
tree | d4d840b0aadc075c007fbbeefcb5b18edb52541d /Release/glade | |
parent | f88292eafad9c6443f970ae0b28fa9cd2ae8fb7d (diff) |
Added zoom speed option
Diffstat (limited to 'Release/glade')
-rw-r--r-- | Release/glade/settings.glade | 30 |
1 files changed, 29 insertions, 1 deletions
diff --git a/Release/glade/settings.glade b/Release/glade/settings.glade index a75aef5..b91c11c 100644 --- a/Release/glade/settings.glade +++ b/Release/glade/settings.glade @@ -93,7 +93,7 @@ <object class="GtkTable" id="table3"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="n_rows">4</property> + <property name="n_rows">5</property> <property name="n_columns">2</property> <property name="homogeneous">True</property> <child> @@ -342,6 +342,34 @@ <property name="bottom_attach">4</property> </packing> </child> + <child> + <object class="GtkLabel" id="speedLbl"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="label" translatable="yes">Zoom speed</property> + </object> + <packing> + <property name="top_attach">4</property> + <property name="bottom_attach">5</property> + </packing> + </child> + <child> + <object class="GtkEntry" id="speedEntry"> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="invisible_char">●</property> + <property name="primary_icon_activatable">False</property> + <property name="secondary_icon_activatable">False</property> + <property name="primary_icon_sensitive">True</property> + <property name="secondary_icon_sensitive">True</property> + </object> + <packing> + <property name="left_attach">1</property> + <property name="right_attach">2</property> + <property name="top_attach">4</property> + <property name="bottom_attach">5</property> + </packing> + </child> </object> </child> </object> |