Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
branding-etersoft-ximper
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
branding-etersoft-ximper
Commits
0d6cf8e1
You need to sign in or sign up before continuing.
Commit
0d6cf8e1
authored
Dec 28, 2012
by
Andrey Cherepanov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
6.9.0-alt15
- Really set Unicode black circle for password character - Remove white artifacts around QLineEdit on blue wallpaper
parent
432d2385
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
2 deletions
+10
-2
branding.spec
branding.spec
+5
-1
design.qss.in
components/browser-qt/design/design.qss.in
+5
-1
No files found.
branding.spec
View file @
0d6cf8e1
...
...
@@ -6,7 +6,7 @@
Name: branding-%brand-%theme
Version: 6.9.0
Release: alt1
4
Release: alt1
5
BuildRequires: cpio fonts-ttf-dejavu fonts-ttf-droid
BuildRequires: design-bootloader-source >= 5.0-alt2
...
...
@@ -447,6 +447,10 @@ cat '/%_datadir/themes/%XdgThemeName/panel-default-setup.entries' > \
%_desktopdir/indexhtml.desktop
%changelog
* Fri Dec 28 2012 Andrey Cherepanov <cas@altlinux.org> 6.9.0-alt15
- Really set Unicode black circle for password character
- Remove white artifacts around QLineEdit on blue wallpaper
* Wed Dec 12 2012 Andrey Cherepanov <cas@altlinux.org> 6.9.0-alt14
- Create mate-settings subpackage
- Set light-blue background for GRUB console
...
...
components/browser-qt/design/design.qss.in
View file @
0d6cf8e1
...
...
@@ -17,10 +17,14 @@
}
/* Nice WindowsXP-style password character for password line edits. */
QLineEdit
[echoMode="2"]
{
QLineEdit {
lineedit-password-character: 9679;
}
AWizardFace QLineEdit {
border: 2px inset gray;
}
/* White color for labels: 100% for title text and 80% for other labels */
AWizardFace QLabel {
color: rgba(255, 255, 255, 80%);
...
...
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