Made proper theme-based separators...
@ -149,7 +149,7 @@ procedure main is
|
||||
x : constant integer := preview_width + core.icon;
|
||||
y : constant integer := core.icon;
|
||||
width : constant integer := side_panel - 2 * core.icon;
|
||||
height : constant integer := chad.view_height + 11 * core.icon + 3 * core.base + 2 * offset;
|
||||
height : constant integer := chad.view_height + 11 * core.icon + 4 * core.base + 2 * offset;
|
||||
more : constant natural := 10;
|
||||
less : constant natural := 5;
|
||||
side : constant integer := chad.view_width + attribute.count * core.icon;
|
||||
@ -245,6 +245,10 @@ procedure main is
|
||||
--
|
||||
at_y := at_y + 3 * core.icon;
|
||||
--
|
||||
ui.draw_separator (at_x, at_y, width - 2 * offset);
|
||||
--
|
||||
at_y := at_y + core.base;
|
||||
--
|
||||
ui.draw_text (world.day_name (7).all, at_x, at_y + 0 * core.icon, width - 2 * offset, core.icon, more, 0);
|
||||
ui.draw_text (world.week_name (52).all, at_x, at_y + 1 * core.icon, width - 2 * offset, core.icon, more, 0);
|
||||
ui.draw_text (world.month_name (2).all, at_x, at_y + 2 * core.icon, width - 2 * offset, core.icon, more, 0);
|
||||
|
Before Width: | Height: | Size: 129 B After Width: | Height: | Size: 229 B |
Before Width: | Height: | Size: 117 B After Width: | Height: | Size: 125 B |
Before Width: | Height: | Size: 127 B After Width: | Height: | Size: 248 B |
Before Width: | Height: | Size: 129 B After Width: | Height: | Size: 164 B |
Before Width: | Height: | Size: 117 B After Width: | Height: | Size: 184 B |
Before Width: | Height: | Size: 127 B After Width: | Height: | Size: 244 B |
Before Width: | Height: | Size: 129 B After Width: | Height: | Size: 194 B |
Before Width: | Height: | Size: 117 B After Width: | Height: | Size: 123 B |
Before Width: | Height: | Size: 127 B After Width: | Height: | Size: 209 B |
Before Width: | Height: | Size: 129 B After Width: | Height: | Size: 217 B |
Before Width: | Height: | Size: 117 B After Width: | Height: | Size: 130 B |
Before Width: | Height: | Size: 127 B After Width: | Height: | Size: 144 B |
Before Width: | Height: | Size: 129 B After Width: | Height: | Size: 229 B |
Before Width: | Height: | Size: 117 B After Width: | Height: | Size: 153 B |
Before Width: | Height: | Size: 127 B After Width: | Height: | Size: 272 B |
Before Width: | Height: | Size: 118 B After Width: | Height: | Size: 121 B |
Before Width: | Height: | Size: 115 B After Width: | Height: | Size: 120 B |
Before Width: | Height: | Size: 133 B After Width: | Height: | Size: 132 B |