summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorVictor Kareh <[email protected]>2026-08-17 16:40:03 -0400
committerLuke from DC <[email protected]>2026-08-31 04:02:11 +0000
commit6975249401585f347faf4983e98cfef0516a4137 (patch)
treedb63869ec671f5ecf26308b53e6ea4914a1c008c /src
parent03326a91768cf915d322b379a4fc6ce253f9ff19 (diff)
downloadengrampa-master.tar.bz2
engrampa-master.tar.xz
ui: make update dialog smallerHEADmaster
The update confirmation dialog opened too big. This limits the labels to 60 characters and give the text column a minimum width so the dialog stays reasonably small. Fixes #555
Diffstat (limited to 'src')
-rw-r--r--src/ui/update.ui3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ui/update.ui b/src/ui/update.ui
index 12419563..e17ae5b9 100644
--- a/src/ui/update.ui
+++ b/src/ui/update.ui
@@ -103,6 +103,7 @@
</child>
<child>
<object class="GtkBox" id="vbox4">
+ <property name="width_request">470</property>
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="orientation">vertical</property>
@@ -114,6 +115,7 @@
<property name="halign">start</property>
<property name="use_markup">True</property>
<property name="wrap">True</property>
+ <property name="max_width_chars">60</property>
</object>
<packing>
<property name="expand">False</property>
@@ -128,6 +130,7 @@
<property name="halign">start</property>
<property name="label" translatable="yes">The file has been modified with an external application. If you don't update the file in the archive, all of your changes will be lost.</property>
<property name="wrap">True</property>
+ <property name="max_width_chars">60</property>
</object>
<packing>
<property name="expand">False</property>