mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-28 22:41:43 +00:00
Merge branch 'matthiasc/for-master' into 'master'
dropdown: Style fixups See merge request GNOME/gtk!2088
This commit is contained in:
commit
7c357423a3
@ -1173,6 +1173,10 @@ combobox {
|
||||
}
|
||||
}
|
||||
|
||||
dropdown > popover listview > row {
|
||||
padding: 6px;
|
||||
}
|
||||
|
||||
// the combo is a composite widget so the way we do button linking doesn't
|
||||
// work, special case needed. See
|
||||
// https://bugzilla.gnome.org/show_bug.cgi?id=733979
|
||||
|
@ -45,8 +45,12 @@
|
||||
<child>
|
||||
<object class="GtkPopover" id="popup">
|
||||
<signal name="closed" handler="popover_closed"/>
|
||||
<property name="halign">start</property>
|
||||
<property name="has-arrow">0</property>
|
||||
<property name="autohide">1</property>
|
||||
<style>
|
||||
<class name="menu"/>
|
||||
</style>
|
||||
<child>
|
||||
<object class="GtkBox">
|
||||
<property name="orientation">vertical</property>
|
||||
|
Loading…
Reference in New Issue
Block a user