Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Settings
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
669
Issues
669
List
Boards
Labels
Service Desk
Milestones
Merge Requests
51
Merge Requests
51
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
GNOME
Settings
Commits
5839a273
Commit
5839a273
authored
Jan 14, 2011
by
Khaled Hosny
Committed by
Bastien Nocera
Jan 14, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
background: Use text attributes instead of markup
in the UI file.
https://bugzilla.gnome.org/show_bug.cgi?id=639187
parent
76459723
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
panels/background/background.ui
panels/background/background.ui
+4
-2
No files found.
panels/background/background.ui
View file @
5839a273
...
...
@@ -99,8 +99,10 @@
<object
class=
"GtkLabel"
id=
"background-label"
>
<property
name=
"visible"
>
True
</property>
<property
name=
"xalign"
>
0
</property>
<property
name=
"label"
>
<
b
>
Current background
<
/b
>
</property>
<property
name=
"use_markup"
>
True
</property>
<property
name=
"label"
>
Current background
</property>
<attributes>
<attribute
name=
"weight"
value=
"bold"
/>
</attributes>
</object>
<packing>
<property
name=
"position"
>
0
</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