feat: rearrange graphs in a grid

This commit is contained in:
Ilya Zlobintsev 2024-06-08 11:08:14 +03:00
parent 0062c9ab0e
commit fa521fd8c7

View File

@ -1,8 +1,8 @@
using Gtk 4.0;
template $GraphsWindow: Window {
default-height: 800;
default-width: 600;
default-height: 400;
default-width: 1200;
title: "Historical data";
hide-on-close: true;
@ -48,8 +48,8 @@ template $GraphsWindow: Window {
y-label-area-size: 140;
layout {
column: 0;
row: 2;
column: 1;
row: 0;
}
}
@ -60,8 +60,8 @@ template $GraphsWindow: Window {
y-label-area-size: 80;
layout {
column: 0;
row: 3;
column: 1;
row: 1;
}
}
}