mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
st: Remove support for fixed positioning in BoxLayout
It is the job of layout containers to arrange their children; having a hidden feature that *also* allows children to be positioned freely outside the parent's allocation is just odd. With the last user of the feature gone, kill it. https://bugzilla.gnome.org/show_bug.cgi?id=703808
This commit is contained in:
parent
70da558802
commit
53d268a7ef
2 changed files with 8 additions and 38 deletions
|
|
@ -45,12 +45,6 @@ function test() {
|
|||
style: 'border: 1px solid #aaaaaa; '
|
||||
+ 'background: #cceeff' }));
|
||||
|
||||
b2.add(new St.Label({ x: 50,
|
||||
y: 50,
|
||||
text: "Fixed",
|
||||
style: 'border: 1px solid #aaaaaa;'
|
||||
+ 'background: #ffffcc' }));
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
function createCollapsableBox(width) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue