Change position of label in SaveOptions.ui
ClosedPublic

Authored by thiagosueto on Apr 23 2020, 12:04 AM.

Details

Summary

Changed position of message to change image quality.
I think the label is better read before the compression quality bar.
I used Qt Designer for this.

Before:

After:

Diff Detail

Repository
R166 Spectacle
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
thiagosueto requested review of this revision.Apr 23 2020, 12:04 AM
thiagosueto created this revision.
thiagosueto edited the summary of this revision. (Show Details)Apr 23 2020, 2:19 AM
ngraham accepted this revision.Apr 23 2020, 2:43 AM
ngraham added a subscriber: ngraham.

Everyone agree?

This revision is now accepted and ready to land.Apr 23 2020, 2:43 AM
davidre added inline comments.
src/Gui/SettingsDialog/SaveOptions.ui
180

I don't think we need these hints

I think those appeared accidentally when I was testing how it would look like if the label text was shown as a tooltip for the Compression Quality label, I'll remove those and test it.

Removed hints

davidre accepted this revision.Apr 23 2020, 1:19 PM

Bonus points for moving items so that they are in the right order before committing (I know that the spacer was not in the right place before )

This revision was automatically updated to reflect the committed changes.