[dconf-editor] Fix notifications look on small screen.
- From: Arnaud B. <arnaudb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [dconf-editor] Fix notifications look on small screen.
- Date: Tue, 30 Jul 2019 13:28:04 +0000 (UTC)
commit e0b886ca5641d367e1e92d3d7874e2ff1460881d
Author: Arnaud Bonatti <arnaud bonatti gmail com>
Date: Tue Jul 30 15:27:29 2019 +0200
Fix notifications look on small screen.
editor/adaptative-window.ui | 4 ++--
editor/notifications-revealer.ui | 1 +
2 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/editor/adaptative-window.ui b/editor/adaptative-window.ui
index d934776..1437adb 100644
--- a/editor/adaptative-window.ui
+++ b/editor/adaptative-window.ui
@@ -18,8 +18,8 @@
<interface>
<requires lib="gtk+" version="3.12"/>
<template class="AdaptativeWindow" parent="GtkApplicationWindow">
- <property name="height-request">283</property> <!-- 294px max for Purism Librem 5 landscape, for 720px
width -->
- <property name="width-request">349</property> <!-- 360px max for Purism Librem 5 portrait, for 654px
height -->
+ <property name="height-request">277</property> <!-- 288px max for Purism Librem 5 landscape, for 720px
width -->
+ <property name="width-request">349</property> <!-- 360px max for Purism Librem 5 portrait, for 648px
height -->
<signal name="window-state-event" handler="on_window_state_event"/>
<signal name="size-allocate" handler="on_size_allocate"/>
<signal name="destroy" handler="on_destroy"/>
diff --git a/editor/notifications-revealer.ui b/editor/notifications-revealer.ui
index 88b8aa7..9f8cbc8 100644
--- a/editor/notifications-revealer.ui
+++ b/editor/notifications-revealer.ui
@@ -33,6 +33,7 @@
<child>
<object class="GtkLabel" id="notification_label">
<property name="visible">True</property>
+ <property name="vexpand">True</property>
<property name="xalign">0</property>
<property name="wrap">True</property>
</object>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]