Skip to content

Commit 4b1a0cb

Browse files
authored
Merge branch 'main' into wpkelso/icon-portal-background
2 parents dd060d4 + 5d329d6 commit 4b1a0cb

File tree

5 files changed

+129
-86
lines changed

5 files changed

+129
-86
lines changed

lib/Styles/Gtk/Slider.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
slider {
2+
$diameter: rem(16px);
23
@include control;
34

45
border: none;
@@ -9,6 +10,10 @@ slider {
910
0 0 0 1px $border-color,
1011
shadow(2);
1112

13+
// 16px - border
14+
min-height: calc(#{$diameter} - 1px);
15+
min-width: calc(#{$diameter} - 1px);
16+
1217
&:backdrop {
1318
box-shadow:
1419
highlight(),

lib/Widgets/Box.vala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
*/
1111
[Version (since = "7.7.0")]
1212
public class Granite.Box : Gtk.Box {
13+
[Version (since = "7.7.0")]
1314
public enum Spacing {
1415
NONE,
1516
// Spacing between groups of related controls like {@link Gtk.CheckButton}

po/extra/he.po

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgstr ""
88
"Project-Id-Version: extra\n"
99
"Report-Msgid-Bugs-To: \n"
1010
"POT-Creation-Date: 2025-07-09 01:07+0000\n"
11-
"PO-Revision-Date: 2025-10-08 05:55+0000\n"
11+
"PO-Revision-Date: 2025-10-23 13:55+0000\n"
1212
"Last-Translator: Yaron Shahrabani <[email protected]>\n"
1313
"Language-Team: Hebrew <https://l10n.elementaryos.org/projects/desktop/"
1414
"granite-extra/he/>\n"
@@ -53,7 +53,7 @@ msgstr ""
5353

5454
#: data/granite.metainfo.xml.in:35
5555
msgid "Start and End show/hide sidebar icons"
56-
msgstr ""
56+
msgstr "הצגת/הסתרת סמלי התחלה וסיום בסרגל הצד"
5757

5858
#: data/granite.metainfo.xml.in:36
5959
msgid "Emoji category icons used by GTK's emoji picker"
@@ -142,20 +142,24 @@ msgid ""
142142
"Utils.set_color_primary. Modern apps have moved to more of a split paned "
143143
"design and this style is no longer very fashionable"
144144
msgstr ""
145+
"Utils.set_color_primary. יישומים עדכניים עברו לעיצוב שהוא יותר בלוחות "
146+
"מפוצלים והסגנון הזה לא כל כך באופנה יותר"
145147

146148
#: data/granite.metainfo.xml.in:58
147149
msgid ""
148150
"Nearly all of the old `STYLE_CLASS` constants have been deprecated. Some of "
149151
"them have been replaced by `CssClass` constants, others by widgets."
150152
msgstr ""
153+
"כמעט כל הקבועים הישנים מסוג `STYLE_CLASS` הוצאו מכלל שימוש. חלקם הוחלפו על "
154+
"ידי קבועי `CssClass`, אחרים הוחלפו בווידג׳טים."
151155

152156
#: data/granite.metainfo.xml.in:60
153157
msgid "Demo Improvements:"
154158
msgstr "שיפורים בהדגמה:"
155159

156160
#: data/granite.metainfo.xml.in:62
157161
msgid "More demo pages with more widgets"
158-
msgstr ""
162+
msgstr "עוד עמודי הדגמה עם עוד וידג׳טים"
159163

160164
#: data/granite.metainfo.xml.in:63
161165
msgid "Color scheme switcher in the sidebar"

0 commit comments

Comments
 (0)