On 30/10/2018 21:23, Daniel wrote:
On 30/10/2018 17:37, Daniel wrote:
On 30/10/2018 16:46, Scott Kostyshak wrote:
On Tue, Oct 30, 2018 at 04:16:16PM +0100, Daniel wrote:
Thanks for checking. The minimum height was actually a bit imprecise. I
should have written: "fixed at minimum height". In current master
you can
increase the height but I couldn't see what is to be gained by this
and many
other apps have fixed height find dialogs.
Ah I see. Thanks for the explanation. Seems reasonable to me.
Great. When I find time, I go ahead and fix what seem to me
positioning issues in the other dialogs.
Daniel
Spellchecker dialog.
Thesaurus dialog.
>From 665d52a28bf6c96f10cb451729d84b9b5e7ebe44 Mon Sep 17 00:00:00 2001
From: Daniel Ramoeller <d....@web.de>
Date: Wed, 31 Oct 2018 07:23:33 +0100
Subject: [PATCH] Fix for Thesaurus dialog UI: - don't stretch labels and
buttons
---
src/frontends/qt4/ui/ThesaurusUi.ui | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/frontends/qt4/ui/ThesaurusUi.ui
b/src/frontends/qt4/ui/ThesaurusUi.ui
index 52a05e66aa..9e7b8293ca 100644
--- a/src/frontends/qt4/ui/ThesaurusUi.ui
+++ b/src/frontends/qt4/ui/ThesaurusUi.ui
@@ -16,7 +16,7 @@
<property name="sizeGripEnabled">
<bool>true</bool>
</property>
- <layout class="QGridLayout" name="gridLayout">
+ <layout class="QGridLayout" name="gridLayout" columnstretch="0,1,1,0">
<item row="0" column="0">
<widget class="QLabel" name="languageLA">
<property name="text">
--
2.17.0.windows.1