summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTimothy OBrien <obrien.timothy.a@gmail.com>2019-01-24 01:00:40 +1100
committerCarlos Soriano <csoriano1618+gnome@gmail.com>2019-01-24 08:48:33 +0000
commit51340bc9dd29836af978df182421db349f7255f7 (patch)
tree5258062659e96e62176099c51665ff920cde8507 /src
parent7a81751458d5619ca526050e7ac1d425503a85f8 (diff)
downloadnautilus-51340bc9dd29836af978df182421db349f7255f7.tar.gz
nautilus-batch-rename: batch rename with long file names
The batch rename dialog (NautilusBatchRenameDialog) is a fixed-size window. Therefore, ellipsized names and changes may become ambiguous to the user. This patch makes the dialog resizable so that the user can reveal the full file names. Fixes #819
Diffstat (limited to 'src')
-rw-r--r--src/resources/ui/nautilus-batch-rename-dialog.ui5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/resources/ui/nautilus-batch-rename-dialog.ui b/src/resources/ui/nautilus-batch-rename-dialog.ui
index e00c209c0..be7886f36 100644
--- a/src/resources/ui/nautilus-batch-rename-dialog.ui
+++ b/src/resources/ui/nautilus-batch-rename-dialog.ui
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<interface>
<template class="NautilusBatchRenameDialog" parent="GtkDialog">
- <property name="resizable">False</property>
+ <property name="resizable">True</property>
<property name="modal">True</property>
<property name="height-request">563</property>
<property name="window_position">center-on-parent</property>
@@ -47,6 +47,7 @@
<property name="orientation">horizontal</property>
<property name="spacing">15</property>
<property name="visible">True</property>
+ <property name="hexpand">True</property>
<property name="halign">center</property>
<property name="margin">20</property>
<child>
@@ -220,6 +221,8 @@
<property name="margin-end">40</property>
<property name="margin-top">0</property>
<property name="margin-bottom">10</property>
+ <property name="hexpand">True</property>
+ <property name="halign">center</property>
<property name="row-spacing">15</property>
<property name="column-spacing">6</property>
<child>