mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
lookingGlass: Set expand of DebugFlags children
Since commitc290a38730, St.Bin respects the child's expand properties instead of basing expansion on the alignment. Commitb02800f8updated a number of callers to prepare for the change, but the "Flags" tab in looking glass was missed. Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3060>
This commit is contained in:
parent
c290a38730
commit
38d9026bc7
1 changed files with 1 additions and 1 deletions
|
|
@ -1067,7 +1067,7 @@ const DebugFlag = GObject.registerClass({
|
|||
GTypeFlags: GObject.TypeFlags.ABSTRACT,
|
||||
}, class DebugFlag extends St.Button {
|
||||
_init(label) {
|
||||
const box = new St.BoxLayout();
|
||||
const box = new St.BoxLayout({x_expand: true});
|
||||
|
||||
const flagLabel = new St.Label({
|
||||
text: label,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue