File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
aztec/src/main/kotlin/org/wordpress/aztec/toolbar Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -64,13 +64,14 @@ enum class ToolbarAction constructor(
6464 R .id.format_bar_button_align_center,
6565 R .drawable.format_bar_button_align_center_selector,
6666 ToolbarActionType .BLOCK_STYLE ,
67- setOf (AztecTextFormat .FORMAT_ALIGN_CENTER )),
67+ setOf (AztecTextFormat .FORMAT_ALIGN_CENTER ),
68+ R .layout.format_bar_button_align_center),
6869 ALIGN_RIGHT (
6970 R .id.format_bar_button_align_right,
7071 R .drawable.format_bar_button_align_right_selector,
7172 ToolbarActionType .BLOCK_STYLE ,
7273 setOf (AztecTextFormat .FORMAT_ALIGN_RIGHT ),
73- R .layout.format_bar_button_align_center ),
74+ R .layout.format_bar_button_align_right ),
7475 UNDERLINE (
7576 R .id.format_bar_button_underline,
7677 R .drawable.format_bar_button_underline_selector,
You can’t perform that action at this time.
0 commit comments