File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed
src/main/java/com/flowingcode/addons/applayout Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 6464 </dependencyManagement >
6565
6666 <repositories >
67+ <repository >
68+ <id >central</id >
69+ <url >https://repo.maven.apache.org/maven2</url >
70+ <snapshots >
71+ <enabled >false</enabled >
72+ </snapshots >
73+ </repository >
6774 <repository >
6875 <id >Vaadin Directory</id >
6976 <url >https://maven.vaadin.com/vaadin-addons</url >
Original file line number Diff line number Diff line change @@ -202,9 +202,8 @@ public void setDrawerBelowHeader(boolean drawerBelowHeader) {
202202 getElement ().setAttribute ("drawerBelowHeader" , drawerBelowHeader );
203203 }
204204
205- /**
206- * Sets the drawerRightAlignment attribute so the drawer will be shown
207- * with right alignment
205+ /**
206+ * Sets the alignment of the drawer to the right side.
208207 * @param drawerRightAlignment
209208 */
210209 public void setDrawerRightAlignment (boolean drawerRightAlignment ) {
You can’t perform that action at this time.
0 commit comments