[kscreenlocker] [Bug 358101] Keyboard layout button is too small to show the icons/text.

2016-01-16 Thread Christopher Welborn via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358101

--- Comment #3 from Christopher Welborn  ---
Thanks for your reply. I understand about the hard coded pixels. It was just a
workaround for my particular machine. I thought maybe someone more experienced
in qml (than me anyway) might have an idea about what causes this. Screen size
maybe? How could the button width be calculated without minimalWidth? Could it
be based on the layout flag size? I'm gonna look into this some more.

-- 
You are receiving this mail because:
You are watching all bug changes.


[kscreenlocker] [Bug 358101] New: Keyboard layout button is too small to show the icons/text.

2016-01-16 Thread Christopher Welborn via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358101

Bug ID: 358101
   Summary: Keyboard layout button is too small to show the
icons/text.
   Product: kscreenlocker
   Version: unspecified
  Platform: Kubuntu Packages
   URL: http://i.imgur.com/NAnVlDW.jpg
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: breeze-theme
  Assignee: plasma-b...@kde.org
  Reporter: cjwelb...@live.com
CC: bhus...@gmail.com, mgraess...@kde.org

The keyboard layout button is not wide enough to show the icon/text inside of
it. It ends up [looking like an empty button](http://i.imgur.com/NAnVlDW.jpg).

The setting `implicitWidth: minimumWidth` in `PlasmaComponents.Button` in the
file
`/usr/share/plasma/look-and-feel/org.kde.breeze.desktop/contents/components/KeyboardLayoutButton.qml`
seems to cause this. Changing it to: `implicitWidth: 25` [fixes
it](http://i.imgur.com/zwoLfBX.jpg).


Reproducible: Always

Steps to Reproduce:
1. Lock Screen
2. View the Keyboard Layout Button

Actual Results:  
The keyboard layout button looks empty. [Example
here](http://i.imgur.com/NAnVlDW.jpg).

Expected Results:  
The keyboard layout buttons should be visible. [Example after fix is
applied](http://i.imgur.com/zwoLfBX.jpg).

-- 
You are receiving this mail because:
You are watching all bug changes.


[kscreenlocker] [Bug 358101] Keyboard layout button is too small to show the icons/text.

2016-01-16 Thread Christopher Welborn via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358101

--- Comment #1 from Christopher Welborn  ---
Sorry for the bad photo quality, PrintScreen wasn't working for me on the lock
screen (probably a security thing?).

-- 
You are receiving this mail because:
You are watching all bug changes.