Daniel Brötzmann pushed to branch gtk4 at gajim / gajim
Commits:
2ab20eaa by wurstsalat at 2024-10-29T22:31:06+01:00
refactor: FileTransferSelector: Improve styling
- - - - -
1 changed file:
- gajim/data/gui/file_transfer_selector.ui
Changes:
=====================================
gajim/data/gui/file_transfer_selector.ui
=====================================
@@ -90,13 +90,17 @@
<property name="activate-on-single-click">0</property>
<child type="placeholder">
<object class="GtkBox">
+ <property name="orientation">vertical</property>
<property name="halign">center</property>
<property name="valign">center</property>
- <property name="orientation">vertical</property>
+ <property name="width-request">300</property>
+ <property name="height-request">200</property>
<property name="spacing">18</property>
<child>
<object class="GtkLabel">
<property name="label" translatable="1">Drop
files here</property>
+ <property name="valign">center</property>
+ <property name="vexpand">1</property>
<style>
<class name="dim-label"/>
</style>
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/2ab20eaaa8fea2f4d8201396a7dfc6f5d2de1777
--
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/2ab20eaaa8fea2f4d8201396a7dfc6f5d2de1777
You're receiving this email because of your account on dev.gajim.org.
_______________________________________________
Commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]