54 lines
2.6 KiB
Diff
54 lines
2.6 KiB
Diff
From 6c8bfa8649e71d4f20eea69b57dc47b514dd498c Mon Sep 17 00:00:00 2001
|
|
From: Vladimir Slavik <vslavik@redhat.com>
|
|
Date: Tue, 11 Aug 2020 17:34:49 +0200
|
|
Subject: [PATCH] Automatically break lines in labels in software selection
|
|
spoke
|
|
|
|
Resolves: rhbz#1822787
|
|
---
|
|
pyanaconda/ui/gui/spokes/software_selection.glade | 10 +++++++---
|
|
1 file changed, 7 insertions(+), 3 deletions(-)
|
|
|
|
diff --git a/pyanaconda/ui/gui/spokes/software_selection.glade b/pyanaconda/ui/gui/spokes/software_selection.glade
|
|
index 2965e66df..87804c72e 100644
|
|
--- a/pyanaconda/ui/gui/spokes/software_selection.glade
|
|
+++ b/pyanaconda/ui/gui/spokes/software_selection.glade
|
|
@@ -1,5 +1,5 @@
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
-<!-- Generated with glade 3.18.1 -->
|
|
+<!-- Generated with glade 3.22.1 -->
|
|
<interface>
|
|
<requires lib="gtk+" version="3.10"/>
|
|
<requires lib="AnacondaWidgets" version="1.0"/>
|
|
@@ -60,10 +60,12 @@
|
|
<object class="GtkLabel" id="label1">
|
|
<property name="visible">True</property>
|
|
<property name="can_focus">False</property>
|
|
+ <property name="valign">end</property>
|
|
<property name="margin_bottom">6</property>
|
|
<property name="hexpand">True</property>
|
|
- <property name="xalign">0</property>
|
|
<property name="label" translatable="yes">Base Environment</property>
|
|
+ <property name="wrap">True</property>
|
|
+ <property name="xalign">0</property>
|
|
<attributes>
|
|
<attribute name="font-desc" value="Cantarell 12"/>
|
|
<attribute name="weight" value="normal"/>
|
|
@@ -78,10 +80,12 @@
|
|
<object class="GtkLabel" id="label2">
|
|
<property name="visible">True</property>
|
|
<property name="can_focus">False</property>
|
|
+ <property name="valign">end</property>
|
|
<property name="margin_bottom">6</property>
|
|
<property name="hexpand">True</property>
|
|
- <property name="xalign">0</property>
|
|
<property name="label" translatable="yes">Additional software for Selected Environment</property>
|
|
+ <property name="wrap">True</property>
|
|
+ <property name="xalign">0</property>
|
|
<attributes>
|
|
<attribute name="font-desc" value="Cantarell 12"/>
|
|
<attribute name="weight" value="normal"/>
|
|
--
|
|
2.23.0
|
|
|