Skip to content

Commit 5d2f2e3

Browse files
YohYamasakiKeavon
authored andcommitted
Fix the position of the radio buttons in the tool
1 parent eeb9eb8 commit 5d2f2e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

editor/src/messages/tool/tool_messages/gradient_tool.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -216,9 +216,9 @@ impl LayoutHolder for GradientTool {
216216
let mut widgets = vec![
217217
gradient_type,
218218
Separator::new(SeparatorStyle::Unrelated).widget_instance(),
219-
reverse_stops,
220-
Separator::new(SeparatorStyle::Unrelated).widget_instance(),
221219
spread_method,
220+
Separator::new(SeparatorStyle::Unrelated).widget_instance(),
221+
reverse_stops,
222222
];
223223

224224
if self.options.gradient_type == GradientType::Radial {

0 commit comments

Comments
 (0)