Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
yad
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Vladislav
yad
Commits
85224bd0
Commit
85224bd0
authored
Nov 21, 2022
by
Victor Ananjevsky
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tuneup yad settings script
parent
039f6b4e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
configure.ac
configure.ac
+1
-1
yad-settings.in
src/yad-settings.in
+2
-2
No files found.
configure.ac
View file @
85224bd0
...
...
@@ -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])
...
...
src/yad-settings.in
View file @
85224bd0
#! @
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
=
6
00
--image
=
preferences-other
\
yad
--title
=
$"YAD settings"
--key
=
$KEY
--width
=
600
--height
=
7
00
--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"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment