[gnome-control-center] printers: Resize the "Add Printer" dialog
- From: Felipe Borges <felipeborges src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-control-center] printers: Resize the "Add Printer" dialog
- Date: Tue, 7 Feb 2017 11:56:08 +0000 (UTC)
commit 1504a4d576ebad883ac39730b8ed84e7bcd9f052
Author: Felipe Borges <felipeborges gnome org>
Date: Tue Feb 7 10:17:30 2017 +0100
printers: Resize the "Add Printer" dialog
In order to keep the dialog size in the same aspect ratio of the
mockups as https://wiki.gnome.org/Design/SystemSettings/Printers
The "height-request" property should never go higher than 490px.
490 is an estimated value for the panels to properly fit on netbook
screens. See https://wiki.gnome.org/Design/SystemSettings#Notes
https://bugzilla.gnome.org/show_bug.cgi?id=778266
panels/printers/new-printer-dialog.ui | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/panels/printers/new-printer-dialog.ui b/panels/printers/new-printer-dialog.ui
index 479d9c8..0e9a811 100644
--- a/panels/printers/new-printer-dialog.ui
+++ b/panels/printers/new-printer-dialog.ui
@@ -23,8 +23,8 @@
<property name="child_model">devices-liststore</property>
</object>
<object class="GtkDialog" id="dialog">
- <property name="width_request">500</property>
- <property name="height_request">350</property>
+ <property name="width_request">480</property>
+ <property name="height_request">490</property>
<property name="can_focus">False</property>
<property name="title" translatable="yes" comments="Translators: This is the title presented at top of
the dialog.">Add Printer</property>
<property name="resizable">False</property>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]