diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2024-06-04 11:26:18 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2024-06-04 11:26:18 +0200 |
commit | dd603ac1b726ee5b6e6a4d1c9e9e7732d5bbea99 (patch) | |
tree | 98f819f2e18bbc3436475d103e73c0fbafbd426d /src/prompt-box.vala | |
parent | 8286af78a5ab0e783cbcdb81067264c8b5475b7c (diff) | |
download | arctica-greeter-dd603ac1b726ee5b6e6a4d1c9e9e7732d5bbea99.tar.gz arctica-greeter-dd603ac1b726ee5b6e6a4d1c9e9e7732d5bbea99.tar.bz2 arctica-greeter-dd603ac1b726ee5b6e6a4d1c9e9e7732d5bbea99.zip |
Revert "Work around GTK 3.20's new allocation logic. Ported from slick-greeter."
This reverts commit 2fa9791d9802d5c34323d9bd99ad9fa608abdda6.
Diffstat (limited to 'src/prompt-box.vala')
-rw-r--r-- | src/prompt-box.vala | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/prompt-box.vala b/src/prompt-box.vala index 601464e..97c95ba 100644 --- a/src/prompt-box.vala +++ b/src/prompt-box.vala @@ -96,9 +96,6 @@ public class PromptBox : FadableBox construct { - // Hack to avoid gtk 3.20's new allocate logic, which messes us up. - resize_mode = Gtk.ResizeMode.QUEUE; - set_start_row (); reset_last_row (); expand = true; |