diff options
author | Zolnai Tamás <zolnaitamas2000@gmail.com> | 2013-03-09 11:41:54 +0100 |
---|---|---|
committer | Zolnai Tamás <zolnaitamas2000@gmail.com> | 2013-03-09 11:59:21 +0100 |
commit | 4c52c8bd73bb814a87df2c032faa164f21f9f73e (patch) | |
tree | 9afbff770d56a9dacfa46719519b44e80f080032 /dbaccess/uiconfig | |
parent | a16c17b4723bfd6ff69dd154342fa440fc280d50 (diff) |
fdo#61794 Allow greater value in LimitBox
Increase the width of LimitBox
*on toolbar: 6 digits
*in dialog: 10 digits
Set maximum value of LimitBox to the max value of Int32
Change-Id: I6fcf0270b474eb46a29ff98ade9cd7ee8ba637f5
Diffstat (limited to 'dbaccess/uiconfig')
-rw-r--r-- | dbaccess/uiconfig/ui/querypropertiesdialog.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/uiconfig/ui/querypropertiesdialog.ui b/dbaccess/uiconfig/ui/querypropertiesdialog.ui index d745c1638f5a..6f55af2facdd 100644 --- a/dbaccess/uiconfig/ui/querypropertiesdialog.ui +++ b/dbaccess/uiconfig/ui/querypropertiesdialog.ui @@ -168,7 +168,7 @@ <object class="GtkGrid" id="grid3"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="column_spacing">12</property> + <property name="column_spacing">24</property> <child> <object class="GtkLabel" id="limit-label"> <property name="visible">True</property> |