mirror of
https://github.com/ilya-zlobintsev/LACT.git
synced 2025-02-25 18:55:26 -06:00
feat: rearrange graphs in a grid
This commit is contained in:
parent
0062c9ab0e
commit
fa521fd8c7
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user