diff options
| author | Federico Angelilli <code@fedang.net> | 2023-12-11 16:42:08 +0100 |
|---|---|---|
| committer | Federico Angelilli <code@fedang.net> | 2023-12-11 16:42:08 +0100 |
| commit | ffdfcf5d8ad1265e6beeea5780bda895221cd506 (patch) | |
| tree | 2adb77de81a560f564fec9b98e4cb84977edaa46 /src/comet.c | |
| parent | 4b83ba02939ad7692ebd7e71161d37eabe4b73e3 (diff) | |
Simplify draw_compute_layout
Diffstat (limited to 'src/comet.c')
| -rw-r--r-- | src/comet.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/comet.c b/src/comet.c index 4945bb2..ec7295b 100644 --- a/src/comet.c +++ b/src/comet.c @@ -329,7 +329,7 @@ int main(int argc, char **argv) // Menu button(s) Color grey = { 0.5, 0.5, 0.5, 1 }; - Button *group = button_group_create(PANGO_ALIGN_LEFT, grey, line_color); + Button *group = button_group_create(PANGO_ALIGN_CENTER, grey, line_color); Button *child1 = button_simple_create(PANGO_ALIGN_CENTER, color, line_color); button_set_padding(child1, 1); |
