diff options
author | Caolán McNamara <caolanm@redhat.com> | 2018-10-24 13:05:01 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2018-10-24 16:25:29 +0200 |
commit | 9844b3e6bb2c2877f38c65aa55ac7796a3c92acf (patch) | |
tree | 75205fce53f57082711f4625069fae0e027aa0b9 /dbaccess | |
parent | 9328368c45f0e8763de2de31343ce5a72dbc1b05 (diff) |
add adjustment to specialsettingspage
Change-Id: Ia897b8f01618e499817f16e8ac2d1e0a8bef3367
Reviewed-on: https://gerrit.libreoffice.org/62282
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'dbaccess')
-rw-r--r-- | dbaccess/uiconfig/ui/specialsettingspage.ui | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/dbaccess/uiconfig/ui/specialsettingspage.ui b/dbaccess/uiconfig/ui/specialsettingspage.ui index 683b1c6370be..52f5762fe4f9 100644 --- a/dbaccess/uiconfig/ui/specialsettingspage.ui +++ b/dbaccess/uiconfig/ui/specialsettingspage.ui @@ -2,6 +2,11 @@ <!-- Generated with glade 3.22.1 --> <interface domain="dba"> <requires lib="gtk+" version="3.18"/> + <object class="GtkAdjustment" id="adjustment1"> + <property name="upper">1000000</property> + <property name="step_increment">1</property> + <property name="page_increment">10</property> + </object> <object class="GtkBox" id="SpecialSettingsPage"> <property name="visible">True</property> <property name="can_focus">False</property> @@ -308,6 +313,7 @@ <property name="can_focus">True</property> <property name="no_show_all">True</property> <property name="activates_default">True</property> + <property name="adjustment">adjustment1</property> </object> <packing> <property name="left_attach">1</property> |