[gnome-control-center] display: Bump the minimum resolution shown
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-control-center] display: Bump the minimum resolution shown
- Date: Tue, 1 Mar 2016 15:19:56 +0000 (UTC)
commit 7229af6bdf47747fcf8650389e3a8905ba7c1185
Author: Bastien Nocera <hadess hadess net>
Date: Tue Mar 1 16:05:04 2016 +0100
display: Bump the minimum resolution shown
There's really no point showing a resolution that's smaller than the
fixed width of the shell, and isn't the preferred resolution for the
screen either. This stops the problematic 720x576 resolution showing on
an HD screen.
panels/display/cc-display-panel.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/panels/display/cc-display-panel.c b/panels/display/cc-display-panel.c
index 1d04571..47609c5 100644
--- a/panels/display/cc-display-panel.c
+++ b/panels/display/cc-display-panel.c
@@ -45,7 +45,7 @@ CC_PANEL_REGISTER (CcDisplayPanel, cc_display_panel)
/* The minimum supported size for the panel, see:
* http://live.gnome.org/Design/SystemSettings */
-#define MINIMUM_WIDTH 675
+#define MINIMUM_WIDTH 740
#define MINIMUM_HEIGHT 530
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]