Skip to content

Commit

Permalink
Align to left the Boot loader selector
Browse files Browse the repository at this point in the history
This changes helps to

* fix the bsc#1120793, fitting its tab the full width even when it is
  the only widget available
* have all widgets aligned in the same way
  • Loading branch information
dgdavid committed Jan 25, 2019
1 parent 6351a3d commit dc93d44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/bootloader/grub2_widgets.rb
Expand Up @@ -888,7 +888,7 @@ def contents

widgets = widgets.map { |w| indented_widget(w) }
VBox(
LoaderTypeWidget.new,
Left(LoaderTypeWidget.new),
*widgets,
VStretch()
)
Expand Down

0 comments on commit dc93d44

Please sign in to comment.