Skip to content
Snippets Groups Projects
Commit 16fead64 authored by Merov Linden's avatar Merov Linden
Browse files

EXP-1207 : add button display mode mandatory param to toolbars

parent c837f5ec
No related branches found
No related tags found
No related merge requests found
...@@ -19,6 +19,7 @@ ...@@ -19,6 +19,7 @@
left="0" left="0"
top="0" top="0"
side="left" side="left"
button_display_mode="icons_only"
visible="true" /> visible="true" />
<toolbar <toolbar
follows="right|bottom|left" follows="right|bottom|left"
...@@ -29,6 +30,7 @@ ...@@ -29,6 +30,7 @@
left="30" left="30"
top="470" top="470"
side="bottom" side="bottom"
button_display_mode="icons_with_text"
visible="true" /> visible="true" />
<toolbar <toolbar
follows="top|bottom|right" follows="top|bottom|right"
...@@ -39,6 +41,7 @@ ...@@ -39,6 +41,7 @@
left="994" left="994"
top="0" top="0"
side="right" side="right"
button_display_mode="icons_only"
visible="true" /> visible="true" />
<panel <panel
follows="top|bottom|left" follows="top|bottom|left"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment