Skip to content

Commit

Permalink
do not stretch browse button (BNC#865352)
Browse files Browse the repository at this point in the history
  • Loading branch information
jreidinger committed Mar 3, 2014
1 parent de72a9d commit 24975e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/include/kdump/uifunctions.rb
Expand Up @@ -91,7 +91,7 @@ def initialize_kdump_uifunctions(include_target)
InputField(Id("dir"), _("&Directory for Saving Dumps")),
VBox(
Label(""),
PushButton(Id("select_dir"), Opt(:hstretch), _("B&rowse"))
PushButton(Id("select_dir"), _("B&rowse"))
)
)
)
Expand Down

0 comments on commit 24975e0

Please sign in to comment.