Skip to content

Commit 1161c41

Browse files
committed
Add Cascade to placement policy
1 parent 3181374 commit 1161c41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/maindialog.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ void MainDialog::activate()
8989
ui->dropShadows->setCurrentIndex(xml_get_bool_text("/labwc_config/theme/dropShadows"));
9090

9191
/* # BEHAVIOUR */
92-
std::vector policies = { "", "Center", "Automatic", "Cursor" };
92+
std::vector policies = { "", "Automatic", "Cascade", "Center", "Cursor" };
9393
active = -1;
9494
active_id = xml_get("/labwc_config/placement/policy");
9595
int i = 0;

0 commit comments

Comments
 (0)