Browse Source

Improve group layer align

luboslenco 2 weeks ago
parent
commit
e64d874a99
1 changed files with 1 additions and 1 deletions
  1. 1 1
      base/sources/ts/tab_layers.ts

+ 1 - 1
base/sources/ts/tab_layers.ts

@@ -336,7 +336,7 @@ function tab_layers_draw_layer_slot_full(l: slot_layer_t, i: i32) {
 
 
 	let has_panel: bool = slot_layer_is_group(l) || (slot_layer_is_layer(l) && slot_layer_get_masks(l, false) != null);
 	let has_panel: bool = slot_layer_is_group(l) || (slot_layer_is_layer(l) && slot_layer_get_masks(l, false) != null);
 	if (has_panel) {
 	if (has_panel) {
-		let row: f32[] = [8 / 100, 16 / 100, 36 / 100, 30 / 100, 10 / 100];
+		let row: f32[] = [8 / 100, 16 / 100, 36 / 100, 25 / 100, 15 / 100];
 		ui_row(row);
 		ui_row(row);
 	}
 	}
 	else {
 	else {