[Libreoffice-bugs] [Bug 131815] Validity dialog height

2021-08-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=131815

stragu  changed:

   What|Removed |Added

 Status|RESOLVED|VERIFIED

--- Comment #8 from stragu  ---
verified as fixed in:

Version: 7.2.0.2 / LibreOffice Community
Build ID: 614be4f5c67816389257027dc5e56c801a547089
CPU threads: 4; OS: Linux 5.4; UI render: default; VCL: gtk3
Locale: en-AU (en_AU.UTF-8); UI: en-US
Calc: threaded

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 131815] Validity dialog height

2020-12-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=131815

--- Comment #7 from Commit Notification 
 ---
Roman Kuznetsov committed a patch related to this issue.
It has been pushed to "libreoffice-7-1":

https://git.libreoffice.org/core/commit/0037b68dc6c2208af6760a0b86c59f871a2ce80a

tdf#131815 Reduce Validity dialog height

It will be available in 7.1.0.0.beta2.

The patch should be included in the daily builds available at
https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
https://wiki.documentfoundation.org/Testing_Daily_Builds

Affected users are encouraged to test the fix and report feedback.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 131815] Validity dialog height

2020-12-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=131815

Commit Notification  changed:

   What|Removed |Added

 Whiteboard|target:7.2.0|target:7.2.0
   ||target:7.1.0.0.beta2

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 131815] Validity dialog height

2020-12-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=131815

Roman Kuznetsov <79045_79...@mail.ru> changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|NEW |RESOLVED

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 131815] Validity dialog height

2020-12-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=131815

--- Comment #6 from Commit Notification 
 ---
Roman Kuznetsov committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/core/commit/9cb1c7e5d7434a64ada279ad264182286f907d7c

tdf#131815 Reduce Validity dialog height

It will be available in 7.2.0.

The patch should be included in the daily builds available at
https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
https://wiki.documentfoundation.org/Testing_Daily_Builds

Affected users are encouraged to test the fix and report feedback.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 131815] Validity dialog height

2020-12-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=131815

Commit Notification  changed:

   What|Removed |Added

 Whiteboard||target:7.2.0

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 131815] Validity dialog height

2020-12-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=131815

--- Comment #5 from Heiko Tietze  ---
In sc/source/ui/dbgui/validate.cxx ScTPValidationValue::ScTPValidationValue()
the dialog size is requested per 

Size aSize(m_xEdList->get_approximate_digit_width() * 40,
   m_xEdList->get_height_rows(25));

Reduce the number of rows to show to make the dialog smaller.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 131815] Validity dialog height

2020-11-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=131815

--- Comment #4 from Shubham Jain  ---
(In reply to Heiko Tietze from comment #3)
> Yes, let's reduce the height. 
> 
> Code pointers:
> sc/uiconfig/scalc/ui/validation*.ui
> maybe also sc/source/ui/dbgui/validate.cxx

Hi! I tried to change the column_spacing property inside ValidationCriteriaPage
in validationcriteriapage.ui but no changes occurred. Can you tell me which
property tweaks the height of the dialogue box?

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 131815] Validity dialog height

2020-09-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=131815

Heiko Tietze  changed:

   What|Removed |Added

 CC|libreoffice-ux-advise@lists |heiko.tietze@documentfounda
   |.freedesktop.org|tion.org
   Keywords|needsUXEval |difficultyMedium, easyHack,
   ||skillDesign, topicUI

--- Comment #3 from Heiko Tietze  ---
Yes, let's reduce the height. 

Code pointers:
sc/uiconfig/scalc/ui/validation*.ui
maybe also sc/source/ui/dbgui/validate.cxx

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 131815] Validity dialog height

2020-09-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=131815

Roman Kuznetsov <79045_79...@mail.ru> changed:

   What|Removed |Added

 CC||79045_79...@mail.ru,
   ||libreoffice-ux-advise@lists
   ||.freedesktop.org
   Keywords||needsUXEval

--- Comment #2 from Roman Kuznetsov <79045_79...@mail.ru> ---
Now in 7.1 we have ~640px in height for the Validity dialog. But it looks
strange anyway.

I suggest decrease the height

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 131815] Validity dialog height

2020-04-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=131815

Bhavesh Patel  changed:

   What|Removed |Added

   Severity|normal  |enhancement
 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEW
 CC||bfina...@gmail.com

--- Comment #1 from Bhavesh Patel  ---
It looks like the height is fixed and is long to show enough text on "input
help" and "error text" tabs without scrolling. It would be nice to trim 10-20%
height at the bottom for aesthetics so marking as enhancement but this has a
good chance of going "WONTFIX".

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs