diff options
author | infirit <[email protected]> | 2015-09-08 16:47:39 +0200 |
---|---|---|
committer | infirit <[email protected]> | 2015-09-08 16:47:39 +0200 |
commit | 8f060cfddeedc196cf8689ffc670a80cbe5698c6 (patch) | |
tree | f2c7e8a25d6ff574cb7db9079b7adbee7a8a752e /mate-screenshot/mate-screenshot.ui | |
parent | a93e9c7e31963dd954f0952375cf31c80d5bd252 (diff) | |
download | mate-utils-8f060cfddeedc196cf8689ffc670a80cbe5698c6.tar.bz2 mate-utils-8f060cfddeedc196cf8689ffc670a80cbe5698c6.tar.xz |
Add a timestamp to screenshot filenames by default
Useful for correct ordering, fixes #115
Also drop the window name as we now have the time-stamp to
distinguish between screen-shots.
Diffstat (limited to 'mate-screenshot/mate-screenshot.ui')
-rw-r--r-- | mate-screenshot/mate-screenshot.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mate-screenshot/mate-screenshot.ui b/mate-screenshot/mate-screenshot.ui index 942897b3..80382ed4 100644 --- a/mate-screenshot/mate-screenshot.ui +++ b/mate-screenshot/mate-screenshot.ui @@ -190,7 +190,7 @@ <property name="has_frame">True</property> <property name="invisible_char" translatable="yes">*</property> <property name="activates_default">True</property> - <property name="width_chars">24</property> + <property name="width_chars">32</property> </object> <packing> <property name="left_attach">1</property> |