Gap between title bar and window when hiding menu bar #281

Open
opened 2016-03-11 00:20:04 +01:00 by pvacatel · 1 comment
pvacatel commented 2016-03-11 00:20:04 +01:00 (Migrated from github.com)

Hi, I have an issue, whenever I hide the menu bar, a three or four pixel wide transparent gap appears between the title bar and the terminal window. I'm using linux mint 17.3 with cinnamon. Anybody experienced the same issues?
Picture of the bug attached. Thanks!
crt_bug

Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

Hi, I have an issue, whenever I hide the menu bar, a three or four pixel wide transparent gap appears between the title bar and the terminal window. I'm using linux mint 17.3 with cinnamon. Anybody experienced the same issues? Picture of the bug attached. Thanks! ![crt_bug](https://cloud.githubusercontent.com/assets/17773319/13687977/702e833a-e6fd-11e5-8462-acf7dc81f246.png) ## <bountysource-plugin> Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/31771747-gap-between-title-bar-and-window-when-hiding-menu-bar?utm_campaign=plugin&utm_content=tracker%2F479407&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F479407&utm_medium=issues&utm_source=github). </bountysource-plugin>
pvacatel commented 2016-03-13 22:48:19 +01:00 (Migrated from github.com)

I managed a workaround: on the file app/qml/main.qml, there is a line that reads:
y: appSettings.showMenubar ? 0 : -2 // Workaroud to hide the margin in the menubar.
Changing the -2 to a -4 like so:
y: appSettings.showMenubar ? 0 : -4 // Workaroud to hide the margin in the menubar.
fixes the bug in my computer. However, this is evidently not a real fix but a workaround that depends on machine specifics, it seems. Just posting the solution I managed in case it helps anyone, but the real issue still has to be addressed.

I managed a workaround: on the file app/qml/main.qml, there is a line that reads: `y: appSettings.showMenubar ? 0 : -2 // Workaroud to hide the margin in the menubar.` Changing the -2 to a -4 like so: `y: appSettings.showMenubar ? 0 : -4 // Workaroud to hide the margin in the menubar.` fixes the bug in my computer. However, this is evidently not a real fix but a workaround that depends on machine specifics, it seems. Just posting the solution I managed in case it helps anyone, but the real issue still has to be addressed.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: seeseemelk/cool-retro-term#281
No description provided.