Modify stretch background image functionality (#198)
* Modify stretch background image functionality Changes the stretch functionality to fill out the playlist background completely by zooming the image (if keep aspect ratio is selected) instead of filling it only height-wise. * Add option to keep old background fill * Fix playlist background image width and height * Fix width calculation * Remove old calculations
This commit is contained in:
@@ -207,6 +207,7 @@ class PlaylistView : public QTreeView {
|
||||
AppearanceSettingsPage::BackgroundImagePosition background_image_position_;
|
||||
int background_image_maxsize_;
|
||||
bool background_image_stretch_;
|
||||
bool background_image_do_not_cut_;
|
||||
bool background_image_keep_aspect_ratio_;
|
||||
int blur_radius_;
|
||||
int opacity_level_;
|
||||
|
||||
Reference in New Issue
Block a user