Skip to content
Commit 7ad56f83 authored by Eugene Popov's avatar Eugene Popov 🇺🇦 Committed by David Edmundson
Browse files

Use RowLayout for delegate buttons in the Clipboard applet

All applets for placing a group of buttons use a Layout items (RowLayout or ColumnLayout) that has a non-zero spacing by default, while delegate buttons use a Row that has a zero spacing by default. This MR makes the delegate buttons use a RowLayout, which makes them look similar to the rest of the button groups.
parent 6c57e61a
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment