[gnome-software] details: enable horizontal scroll when needed
- From: Joaquim Manuel Pereira Rocha <jrocha src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-software] details: enable horizontal scroll when needed
- Date: Fri, 15 Sep 2017 14:49:18 +0000 (UTC)
commit e16a10b5c143640f49408aeafa4080243748f682
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date: Sun Aug 7 21:49:29 2016 -0300
details: enable horizontal scroll when needed
The Details page uses a fixed size frame, which doesn't
scale down when running on low resolution devices. This
renders the main window way too big on low resolution
displays.
Fix that by making the Details page scroll horizontally
when needed.
https://phabricator.endlessm.com/T11698
src/gs-details-page.ui | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gs-details-page.ui b/src/gs-details-page.ui
index 36a43b0..68a9fb9 100644
--- a/src/gs-details-page.ui
+++ b/src/gs-details-page.ui
@@ -43,7 +43,7 @@
<property name="visible">True</property>
<property name="shadow_type">none</property>
<property name="can_focus">True</property>
- <property name="hscrollbar_policy">never</property>
+ <property name="hscrollbar_policy">automatic</property>
<property name="vscrollbar_policy">automatic</property>
<child>
<object class="GtkViewport" id="viewport1">
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]