Searched hist:ffa42ceaf70ce92d06e2f838e531ebad9e6a5aa3 (Results 1 – 1 of 1) sorted by relevance
/haiku/src/apps/mediaplayer/settings/ |
H A D | SettingsWindow.cpp | ffa42ceaf70ce92d06e2f838e531ebad9e6a5aa3 Wed Feb 28 03:35:06 UTC 2024 Calisto Mathias <calisto.mathias.25@gmail.com> MediaPlayer Settings: Fix Misalignment Issue for 2nd and 3rd Checkboxes
* Replace GridLayout Implementation with the GroupLayout In order to fix the misalignment issues
It seemed that the GridLayout implementation for the alignment was causing issues in the position of the two checkboxes. Replacing this implementation with the GroupLayout class fixes this issue in a rather simple way. Made a certain fix (upon reading the review) in order to incorporate the fix for all font sizes as well :)
[Review-nephele]: Removed the unwanted tab-space according to the rules listed in the style guide :)
Fixes #10475
Change-Id: Ic6804cf6c3d20261ab00ce4abd130c46e304e881 Reviewed-on: https://review.haiku-os.org/c/haiku/+/7481 Reviewed-by: waddlesplash <waddlesplash@gmail.com> Reviewed-by: nephele nephele <nep-git@packageloss.eu>
|