Commit 85224bd0 authored by Victor Ananjevsky's avatar Victor Ananjevsky

tuneup yad settings script

parent 039f6b4e
......@@ -15,7 +15,7 @@ IT_PROG_INTLTOOL([0.40.0])
AC_PROG_CC
AC_PATH_TOOL([BASH], [bash])
AC_PATH_PROG([ENV], [env])
PKG_CHECK_MODULES([GTK], [gtk+-3.0 >= 3.22.0 gtk+-unix-print-3.0])
AC_SUBST([GTK_CFLAGS])
......
#! @BASH@
#! @ENV@ bash
# -*- mode: sh -*-
#
# YAD settings editor. This file is part of YAD
......@@ -93,7 +93,7 @@ yad --plug=$KEY --tabnum=2 --bool-fmt=t --quoted-output --separator=" " --form -
--field=$"Insert spaces instead of tabulation:CHK" $(gsettings get yad.sourceview spaces) > $res2 &
# main dialog
yad --title=$"YAD settings" --key=$KEY --width=475 --height=600 --image=preferences-other \
yad --title=$"YAD settings" --key=$KEY --width=600 --height=700 --image=preferences-other \
--button=$"Load defaults!view-refresh:3" --button="yad-save:0" --button="yad-close:1" \
--text=$"<span size='xx-large' weight='bold'>YAD settings editor</span>" --text-align=center \
--notebook --stack --expand --tab=$"Main" --tab=$"Editor"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment