Mageia Bugzilla – Attachment 9087 Details for
Bug 16493
Add a mageia theme for sddm without user listing
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
[patch]
Patch to suppress the display of the flag
suppress_layout_cb.patch (text/plain), 2.37 KB, created by
papoteur
on 2017-03-13 22:07:41 CET
(
hide
)
Description:
Patch to suppress the display of the flag
Filename:
MIME Type:
Creator:
papoteur
Created:
2017-03-13 22:07:41 CET
Size:
2.37 KB
patch
obsolete
>--- Main.qml 2015-07-29 16:41:17.000000000 +0200 >+++ ../Main.qml 2017-03-13 22:01:17.519856879 +0100 >@@ -160,12 +160,12 @@ > > Row { > spacing: 4 >- width: parent.width / 2 >+ width: parent.width > z: 100 > > Column { > z: 100 >- width: parent.width * 1.3 >+ width: parent.width > spacing : 4 > anchors.bottom: parent.bottom > >@@ -189,40 +189,14 @@ > model: sessionModel > index: sessionModel.lastIndex > >- KeyNavigation.backtab: password; KeyNavigation.tab: layoutBox >+ KeyNavigation.backtab: password; KeyNavigation.tab: loginButton > } > } > >- Column { >- z: 101 >- width: parent.width * 0.7 >- spacing : 4 >- anchors.bottom: parent.bottom > >- Text { >- id: lblLayout >- color: "white" >- width: parent.width >- text: textConstants.layout >- wrapMode: TextEdit.WordWrap >- font.bold: true >- font.pixelSize: 12 >- } >- >- LayoutBox { >- id: layoutBox >- width: parent.width; height: 30 >- font.pixelSize: 14 >- >- arrowIcon: "angle-down.png" >- >- KeyNavigation.backtab: session; KeyNavigation.tab: loginButton >- } >- } > } > > Column { >- width: parent.width > Text { > id: errorMessage > color: "white" >@@ -245,7 +219,7 @@ > > onClicked: sddm.login(name.text, password.text, session.index) > >- KeyNavigation.backtab: layoutBox; KeyNavigation.tab: shutdownButton >+ KeyNavigation.backtab: session; KeyNavigation.tab: shutdownButton > } > > Button {
--- Main.qml 2015-07-29 16:41:17.000000000 +0200 +++ ../Main.qml 2017-03-13 22:01:17.519856879 +0100 @@ -160,12 +160,12 @@ Row { spacing: 4 - width: parent.width / 2 + width: parent.width z: 100 Column { z: 100 - width: parent.width * 1.3 + width: parent.width spacing : 4 anchors.bottom: parent.bottom @@ -189,40 +189,14 @@ model: sessionModel index: sessionModel.lastIndex - KeyNavigation.backtab: password; KeyNavigation.tab: layoutBox + KeyNavigation.backtab: password; KeyNavigation.tab: loginButton } } - Column { - z: 101 - width: parent.width * 0.7 - spacing : 4 - anchors.bottom: parent.bottom - Text { - id: lblLayout - color: "white" - width: parent.width - text: textConstants.layout - wrapMode: TextEdit.WordWrap - font.bold: true - font.pixelSize: 12 - } - - LayoutBox { - id: layoutBox - width: parent.width; height: 30 - font.pixelSize: 14 - - arrowIcon: "angle-down.png" - - KeyNavigation.backtab: session; KeyNavigation.tab: loginButton - } - } } Column { - width: parent.width Text { id: errorMessage color: "white" @@ -245,7 +219,7 @@ onClicked: sddm.login(name.text, password.text, session.index) - KeyNavigation.backtab: layoutBox; KeyNavigation.tab: shutdownButton + KeyNavigation.backtab: session; KeyNavigation.tab: shutdownButton } Button {
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 16493
:
6870
|
8869
| 9087