[nautilus/wip/corey/batch-rename] batch-rename-dialog: Fix size and border of results list
- From: Corey Berla <coreyberla src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus/wip/corey/batch-rename] batch-rename-dialog: Fix size and border of results list
- Date: Mon, 22 Aug 2022 04:24:45 +0000 (UTC)
commit a52d5ff1e9918c044b4fe9371708b3edcb75c6ae
Author: Corey Berla <corey berla me>
Date: Sun Aug 21 21:17:03 2022 -0700
batch-rename-dialog: Fix size and border of results list
src/resources/ui/nautilus-batch-rename-dialog.ui | 7 +++++++
1 file changed, 7 insertions(+)
---
diff --git a/src/resources/ui/nautilus-batch-rename-dialog.ui
b/src/resources/ui/nautilus-batch-rename-dialog.ui
index 01db45181..8ae84b726 100644
--- a/src/resources/ui/nautilus-batch-rename-dialog.ui
+++ b/src/resources/ui/nautilus-batch-rename-dialog.ui
@@ -309,12 +309,18 @@
<property name="min-content-height">250</property>
<property name="max-content-width">600</property>
<property name="min-content-width">600</property>
+ <property name="has-frame">True</property>
+ <property name="margin-top">8</property>
+ <property name="margin-bottom">8</property>
+ <property name="margin-start">8</property>
+ <property name="margin-end">8</property>
<property name="child">
<object class="GtkViewport">
<property name="child">
<object class="GtkBox" id="a_box">
<child>
<object class="GtkListBox" id="original_name_listbox">
+ <property name="hexpand">True</property>
<property name="selection_mode">GTK_SELECTION_NONE</property>
</object>
</child>
@@ -325,6 +331,7 @@
</child>
<child>
<object class="GtkListBox" id="result_listbox">
+ <property name="hexpand">True</property>
<property name="selection_mode">GTK_SELECTION_NONE</property>
</object>
</child>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]