Bug 386884

Summary: incorrect spacing in export window
Product: [Applications] LabPlot2 Reporter: Uwe Stöhr <uwestoehr>
Component: frontendAssignee: Alexander Semke <alexander.semke>
Status: RESOLVED FIXED    
Severity: minor    
Priority: NOR    
Version: latest   
Target Milestone: ---   
Platform: Microsoft Windows   
OS: Microsoft Windows   
Latest Commit: Version Fixed In: 2.6
Attachments: Initial export window
export window with hidden options
export window with again shown options

Description Uwe Stöhr 2017-11-13 22:52:31 UTC
Created attachment 108847 [details]
Initial export window

- create a plot
- use the menu File -> Export

Attached is how the export windows looks. You can see that the spacing is not correct since there is too much space.

- now click on "Hide option"

Now the spacing is correct, see attached.

- now click on Show Options

result: now the export window looks correct, see attached.
Comment 1 Uwe Stöhr 2017-11-13 22:52:54 UTC
Created attachment 108848 [details]
export window with hidden options
Comment 2 Uwe Stöhr 2017-11-13 22:53:16 UTC
Created attachment 108849 [details]
export window with again shown options
Comment 3 Alexander Semke 2017-11-14 22:06:06 UTC
Git commit b03eae8c7b7d76baf673d5fb7e622a1bd2209fa5 by Alexander Semke.
Committed on 14/11/2017 at 22:05.
Pushed by asemke into branch 'master'.

Save/restore dialog sizes for ExportSpreadsheetDialog.

M  +15   -6    src/kdefrontend/worksheet/ExportWorksheetDialog.cpp
M  +1    -0    src/kdefrontend/worksheet/ExportWorksheetDialog.h

https://commits.kde.org/labplot/b03eae8c7b7d76baf673d5fb7e622a1bd2209fa5
Comment 4 Alexander Semke 2017-11-14 22:07:33 UTC
For ExportWorksheetDialog it should be fixed now. We have some other dialogs (ExportSpreadsheetDialog, RandomValuesDialog, etc.) that are affected by this problem, too. We need to go through all of them.