diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2021-01-27 15:49:48 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2021-01-27 15:49:48 +0100 |
commit | d6ebbe10b125bd39714e1fc237b61aacb2f7acf8 (patch) | |
tree | 610a56e481e2ac73a4b246c304dafc35b1fc14f8 | |
parent | ccc834d72ad27939b29e0990ea38462dc092c744 (diff) | |
download | vconsole-d6ebbe10b125bd39714e1fc237b61aacb2f7acf8.tar.gz |
scrollable tabs
-rw-r--r-- | main.ui | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -429,6 +429,7 @@ <object class="GtkNotebook" id="notebook"> <property name="visible">True</property> <property name="can-focus">True</property> + <property name="scrollable">True</property> <child> <placeholder/> </child> |