[PATCH] CSV import dialog: fix manual import groupbox height

Thiago Macieira thiago at macieira.org
Wed Mar 12 10:27:30 PDT 2014


Em qua 12 mar 2014, às 12:19:05, Alberto Corona escreveu:
> The former change in spacing for the manual CSV import dialog boxes left
> the buttons and spinboxes touching the lower groupbox border.
> 

It's really uncommon for changing pixel widths and heights in a Qt dialog form 
to be the right solution for a positioning problem. What happens if that 
dialog is opened on a system where the fonts are much larger or smaller due to 
DPI? Or where the UI is translated to a language with much longer words, like 
German or Finnish?

Usually, the widths and heights are hints and initial sizes only. Constraints 
are given by the layout system. Can you check if the items in question are in 
proper layouts?
-- 
Thiago Macieira - thiago (AT) macieira.info - thiago (AT) kde.org
   Software Architect - Intel Open Source Technology Center
      PGP/GPG: 0x6EF45358; fingerprint:
      E067 918B B660 DBD1 105C  966C 33F5 F005 6EF4 5358



More information about the subsurface mailing list