summaryrefslogtreecommitdiff
path: root/src/app.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/app.c')
-rw-r--r--src/app.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/app.c b/src/app.c
index a1475d1c..9f785a98 100644
--- a/src/app.c
+++ b/src/app.c
@@ -180,8 +180,8 @@ static iString *serializePrefs_App_(const iApp *d) {
180 w = d->window->place.normalRect.size.x; 180 w = d->window->place.normalRect.size.x;
181 h = d->window->place.normalRect.size.y; 181 h = d->window->place.normalRect.size.y;
182 appendFormat_String(str, "window.setrect width:%d height:%d coord:%d %d\n", w, h, x, y); 182 appendFormat_String(str, "window.setrect width:%d height:%d coord:%d %d\n", w, h, x, y);
183 appendFormat_String(str, "sidebar.width arg:%d\n", width_SidebarWidget(sidebar)); 183 appendFormat_String(str, "sidebar.width arg:%f gaps:1\n", width_SidebarWidget(sidebar));
184 appendFormat_String(str, "sidebar2.width arg:%d\n", width_SidebarWidget(sidebar2)); 184 appendFormat_String(str, "sidebar2.width arg:%f gaps:1\n", width_SidebarWidget(sidebar2));
185 /* On macOS, maximization should be applied at creation time or the window will take 185 /* On macOS, maximization should be applied at creation time or the window will take
186 a moment to animate to its maximized size. */ 186 a moment to animate to its maximized size. */
187#if defined (LAGRANGE_CUSTOM_FRAME) 187#if defined (LAGRANGE_CUSTOM_FRAME)