Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
X
ximper-welcome
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
Ximper Linux
ximper-welcome
Commits
c1a31641
Commit
c1a31641
authored
Feb 12, 2024
by
Khalid Abu Shawarib
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
icons: Make navigation arrows direction-neutral
This corrects arrow directions in RTL.
parent
a2fcaac6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
5 deletions
+7
-5
resources.gresource.xml
data/resources.gresource.xml
+4
-2
paginator.ui
data/resources/ui/paginator.ui
+3
-3
No files found.
data/resources.gresource.xml
View file @
c1a31641
...
@@ -16,7 +16,9 @@
...
@@ -16,7 +16,9 @@
<file
compressed=
"true"
alias=
"leftright-bg.svg"
>
resources/assets/leftright-bg.svg
</file>
<file
compressed=
"true"
alias=
"leftright-bg.svg"
>
resources/assets/leftright-bg.svg
</file>
</gresource>
</gresource>
<gresource
prefix=
"/org/gnome/Tour/icons/scalable/actions"
>
<gresource
prefix=
"/org/gnome/Tour/icons/scalable/actions"
>
<file
compressed=
"true"
alias=
"left-large-symbolic.svg"
>
resources/left-large-symbolic.svg
</file>
<file
compressed=
"true"
alias=
"prev-large-symbolic.svg"
>
resources/left-large-symbolic.svg
</file>
<file
compressed=
"true"
alias=
"right-large-symbolic.svg"
>
resources/right-large-symbolic.svg
</file>
<file
compressed=
"true"
alias=
"prev-large-symbolic-rtl.svg"
>
resources/right-large-symbolic.svg
</file>
<file
compressed=
"true"
alias=
"next-large-symbolic.svg"
>
resources/right-large-symbolic.svg
</file>
<file
compressed=
"true"
alias=
"next-large-symbolic-rtl.svg"
>
resources/left-large-symbolic.svg
</file>
</gresource>
</gresource>
</gresources>
</gresources>
data/resources/ui/paginator.ui
View file @
c1a31641
...
@@ -18,7 +18,7 @@
...
@@ -18,7 +18,7 @@
<child
type=
"overlay"
>
<child
type=
"overlay"
>
<object
class=
"GtkButton"
id=
"previous_btn"
>
<object
class=
"GtkButton"
id=
"previous_btn"
>
<property
name=
"margin-start"
>
12
</property>
<property
name=
"margin-start"
>
12
</property>
<property
name=
"icon-name"
>
left
-large-symbolic
</property>
<property
name=
"icon-name"
>
prev
-large-symbolic
</property>
<property
name=
"halign"
>
start
</property>
<property
name=
"halign"
>
start
</property>
<property
name=
"valign"
>
center
</property>
<property
name=
"valign"
>
center
</property>
<property
name=
"action-name"
>
win.previous-page
</property>
<property
name=
"action-name"
>
win.previous-page
</property>
...
@@ -31,7 +31,7 @@
...
@@ -31,7 +31,7 @@
<child
type=
"overlay"
>
<child
type=
"overlay"
>
<object
class=
"GtkButton"
id=
"next_btn"
>
<object
class=
"GtkButton"
id=
"next_btn"
>
<property
name=
"margin-end"
>
12
</property>
<property
name=
"margin-end"
>
12
</property>
<property
name=
"icon-name"
>
righ
t-large-symbolic
</property>
<property
name=
"icon-name"
>
nex
t-large-symbolic
</property>
<property
name=
"halign"
>
end
</property>
<property
name=
"halign"
>
end
</property>
<property
name=
"valign"
>
center
</property>
<property
name=
"valign"
>
center
</property>
<property
name=
"action-name"
>
win.next-page
</property>
<property
name=
"action-name"
>
win.next-page
</property>
...
@@ -44,7 +44,7 @@
...
@@ -44,7 +44,7 @@
<child
type=
"overlay"
>
<child
type=
"overlay"
>
<object
class=
"GtkButton"
id=
"start_btn"
>
<object
class=
"GtkButton"
id=
"start_btn"
>
<property
name=
"margin-end"
>
12
</property>
<property
name=
"margin-end"
>
12
</property>
<property
name=
"icon-name"
>
righ
t-large-symbolic
</property>
<property
name=
"icon-name"
>
nex
t-large-symbolic
</property>
<property
name=
"halign"
>
end
</property>
<property
name=
"halign"
>
end
</property>
<property
name=
"valign"
>
center
</property>
<property
name=
"valign"
>
center
</property>
<property
name=
"action-name"
>
win.start-tour
</property>
<property
name=
"action-name"
>
win.start-tour
</property>
...
...
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