diff options
author | Vito Caputo <vcaputo@pengaru.com> | 2022-03-28 22:07:33 -0700 |
---|---|---|
committer | Vito Caputo <vcaputo@pengaru.com> | 2022-03-28 22:07:33 -0700 |
commit | f761f7e42d3c840c9b5ee1454456774838e8c6d6 (patch) | |
tree | ae54af125d24c02b3c2a52f886ec429248e9ad12 | |
parent | e3c1bed1e977f06fa63fa4baf57c79fe7df8b965 (diff) |
rototiller: bump submodule for updated swarm
swarm got drawing styles, pull it in
m--------- | rototiller | 0 | ||||
-rw-r--r-- | src/main.c | 12 |
2 files changed, 6 insertions, 6 deletions
diff --git a/rototiller b/rototiller -Subproject 9d4abba0d4f80b691cffea53322f0a4912653d2 +Subproject 6ad1fe1ad5400f25686e39b119615941377e0c7 @@ -347,12 +347,12 @@ static void glimmer_module_setup(const til_module_t *module, til_settings_t *set if (module->setup) { glimmer.settings_frame = g_object_new( GTK_TYPE_FRAME, - "parent", GTK_CONTAINER(vbox), - "label", "Settings", - "label-xalign", .01f, - "margin", FRAME_MARGIN, - "visible", TRUE, - NULL); + "parent", GTK_CONTAINER(vbox), + "label", "Settings", + "label-xalign", .01f, + "margin", FRAME_MARGIN, + "visible", TRUE, + NULL); gtk_box_set_child_packing( GTK_BOX(vbox), GTK_WIDGET(glimmer.settings_frame), TRUE, |