From 3ab2e059c15011405eaf0dec5e25587326bf2ceb Mon Sep 17 00:00:00 2001 From: Enjeck Cleopatra <32180937+PROTechThor@users.noreply.github.com> Date: Sat, 21 Nov 2020 12:06:05 +0100 Subject: [PATCH] Add ~~~ and space --- external/troubleshooting/application-troubleshooting.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/external/troubleshooting/application-troubleshooting.md b/external/troubleshooting/application-troubleshooting.md index 434e5117..b8aa8d79 100644 --- a/external/troubleshooting/application-troubleshooting.md +++ b/external/troubleshooting/application-troubleshooting.md @@ -29,8 +29,9 @@ You can open LibreOffice as a larger window using this workaround: ~~~ 2. Find the lines containing `ooSetupFactoryWindowAttributes`. It will look like this: -~~~ -61,61,1807,982;5;38,56,1807,982; + ~~~ + 61,61,1807,982;5;38,56,1807,982; + ~~~ 3. We are interested in the values between the `` tag. These window position values are specified as: `x-pos,y-pos,width,height ; window-state ; maximized-x-pos,maximized-y-pos,maximized-width,maximized-height`. Edit the third and fourth values to your desired width and height (for example, to 1800 and 900). 4. Do this once for every template and the program will always open at this size.