diff options
| author | Jack Jamison <jackqjamison@gmail.com> | 2025-10-17 19:11:11 -0400 |
|---|---|---|
| committer | Jack Jamison <jackqjamison@gmail.com> | 2025-10-17 19:11:11 -0400 |
| commit | 1228252e6bc4f18664725d60413896e6d9d9a6c5 (patch) | |
| tree | b742b34d3d2e18c1884163df2c5717e00c046029 /layer_surface.c | |
| parent | 2d8507c060a7b7de6f0a714ad98d99b37856d8af (diff) | |
basic option text layout
Diffstat (limited to 'layer_surface.c')
| -rw-r--r-- | layer_surface.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layer_surface.c b/layer_surface.c index 017ac8a..fc0a7e2 100644 --- a/layer_surface.c +++ b/layer_surface.c @@ -16,7 +16,7 @@ void create_surface(client_state* state) { uint32_t desired_width = 0; uint32_t desired_height = state->line_height; if (state->lines > 0) { - desired_width = 600; // figure out later + desired_width = 600; // calculate based on width of option strings desired_height = (state->lines + 1) * state->line_height; } |
