Change: Standardize progress bar layout.
Progress bars are drawn differently depending on when it was added, with different layouts and sizes. This change adds a standard padding size to use, and makes all progress bars visually similar, with scaled padding.
This commit is contained in:
@@ -52,6 +52,7 @@ struct WidgetDimensions {
|
||||
RectPadding closebox;
|
||||
RectPadding captiontext; ///< Offsets of text within a caption.
|
||||
RectPadding dropdowntext; ///< Offsets of text within a dropdown widget.
|
||||
RectPadding modalpopup; ///< Padding for a modal popup.
|
||||
|
||||
int pressed; ///< Offset for contents of depressed widget.
|
||||
int vsep_normal; ///< Normal vertical spacing.
|
||||
|
Reference in New Issue
Block a user