[gnome-boxes] display-toolbar: Don't show WM decorations in fullscreen
- From: Zeeshan Ali Khattak <zeeshanak src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-boxes] display-toolbar: Don't show WM decorations in fullscreen
- Date: Wed, 2 Jul 2014 15:59:14 +0000 (UTC)
commit 76978746684793e6fe846f950269c1d39b3f8910
Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
Date: Tue Jul 1 19:58:53 2014 +0100
display-toolbar: Don't show WM decorations in fullscreen
Turns out that 'show-close-button' property is about all window
decorations and in classic-mode this means we show maximize and minimize
buttons and they seem misplaced in there in that context. We probably
don't even want to show 'close' button in fullscreen either. Hence
removing all window manager decorations.
https://bugzilla.gnome.org/show_bug.cgi?id=674664
data/ui/display-page.ui | 1 +
data/ui/display-toolbar.ui | 1 -
2 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/data/ui/display-page.ui b/data/ui/display-page.ui
index a5fcfe0..fdd5ae4 100644
--- a/data/ui/display-page.ui
+++ b/data/ui/display-page.ui
@@ -10,6 +10,7 @@
<property name="visible">True</property>
<property name="overlay">False</property>
<property name="handle-drag">True</property>
+ <property name="show-close-button">True</property>
</object>
<packing>
diff --git a/data/ui/display-toolbar.ui b/data/ui/display-toolbar.ui
index d959c85..68a5d31 100644
--- a/data/ui/display-toolbar.ui
+++ b/data/ui/display-toolbar.ui
@@ -3,7 +3,6 @@
<!-- interface-requires gtk+ 3.9 -->
<template class="BoxesDisplayToolbar" parent="GtkHeaderBar">
<property name="visible">True</property>
- <property name="show-close-button">True</property>
<style>
<class name="titlebar"/>
</style>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]