svx/uiconfig/ui/optgridpage.ui | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-)
New commits: commit fe228874772e692acf2a899259e961f57175cd94 Author: Caolán McNamara <[email protected]> Date: Thu Aug 28 08:44:58 2014 +0100 Resolves: fdo#77516 sub-grid shouldn't be allowed as 0 regression from commit 3cb6587abbf6888ac9fb3b0cccc9a5aa0dc29b55 Author: Csikós Tamás <[email protected]> Date: Sun Jul 7 13:40:53 2013 +0200 modern .ui widgetlayout for optgrid Change-Id: I9e998ce203c16c2303e00347ce6a2992c92cc8dc (cherry picked from commit 4bd317f845c2f3470c7fc354e478be08c2949e0c) Reviewed-on: https://gerrit.libreoffice.org/11164 Reviewed-by: Eike Rathke <[email protected]> Tested-by: Eike Rathke <[email protected]> diff --git a/svx/uiconfig/ui/optgridpage.ui b/svx/uiconfig/ui/optgridpage.ui index 5231441..b14d423 100644 --- a/svx/uiconfig/ui/optgridpage.ui +++ b/svx/uiconfig/ui/optgridpage.ui @@ -1,19 +1,23 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- Generated with glade 3.16.1 --> <interface> - <!-- interface-requires gtk+ 3.0 --> + <requires lib="gtk+" version="3.0"/> <object class="GtkAdjustment" id="adjustment1"> - <property name="upper">3.9399999999999999</property> + <property name="lower">0.01</property> + <property name="upper">10</property> <property name="value">1</property> <property name="step_increment">0.20000000000000001</property> <property name="page_increment">1</property> </object> <object class="GtkAdjustment" id="adjustment2"> + <property name="lower">1</property> <property name="upper">99</property> <property name="value">2</property> <property name="step_increment">1</property> <property name="page_increment">10</property> </object> <object class="GtkAdjustment" id="adjustment3"> + <property name="lower">1</property> <property name="upper">50</property> <property name="step_increment">1</property> <property name="page_increment">10</property>
_______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
