[gnome-control-center] display: Move scale row above refresh rate
- From: Rui Matos <rtcm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-control-center] display: Move scale row above refresh rate
- Date: Wed, 23 Aug 2017 16:37:46 +0000 (UTC)
commit a8071322a70ee6e99be4f1786a05826721deb15e
Author: Rui Matos <tiagomatos gmail com>
Date: Wed Aug 23 17:20:26 2017 +0200
display: Move scale row above refresh rate
It's a bit closer to the mockups, in spirit at least.
panels/display/cc-display-panel.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/panels/display/cc-display-panel.c b/panels/display/cc-display-panel.c
index e8b3e6e..1dd5c27 100644
--- a/panels/display/cc-display-panel.c
+++ b/panels/display/cc-display-panel.c
@@ -1343,10 +1343,10 @@ make_output_ui (CcDisplayPanel *panel)
make_resolution_row (panel, priv->current_output));
gtk_container_add (GTK_CONTAINER (listbox),
- make_refresh_rate_row (panel, priv->current_output));
+ make_scale_row (panel, priv->current_output));
gtk_container_add (GTK_CONTAINER (listbox),
- make_scale_row (panel, priv->current_output));
+ make_refresh_rate_row (panel, priv->current_output));
if (cc_display_monitor_supports_underscanning (priv->current_output))
gtk_container_add (GTK_CONTAINER (listbox),
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]