[gnome-control-center] shell: increase initial window size
- From: Georges Basile Stavracas Neto <gbsneto src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-control-center] shell: increase initial window size
- Date: Wed, 16 Aug 2017 18:40:11 +0000 (UTC)
commit 47a39f5c36a99df13b8de27f1d721b0ab2799459
Author: Allan Day <allanpday gmail com>
Date: Tue Aug 15 16:17:18 2017 +0100
shell: increase initial window size
With the new settings shell, a larger window makes it easier to
navigate the different panels and shows more content from each
panel, reducing the need to scroll.
https://bugzilla.gnome.org/show_bug.cgi?id=786328
shell/window.ui | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/shell/window.ui b/shell/window.ui
index 4d11cbb..98a005f 100644
--- a/shell/window.ui
+++ b/shell/window.ui
@@ -4,8 +4,8 @@
<template class="CcWindow" parent="GtkApplicationWindow">
<property name="can_focus">False</property>
<property name="window_position">center</property>
- <property name="default-width">720</property>
- <property name="default-height">480</property>
+ <property name="default-width">980</property>
+ <property name="default-height">640</property>
<signal name="notify::window" handler="gdk_window_set_cb" object="CcWindow" swapped="no" />
<signal name="map-event" handler="window_map_event_cb" object="CcWindow" swapped="no" />
<child>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]