[gnome-builder/gnome-builder-43] libide/gui: shrink clamp maximum width
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder/gnome-builder-43] libide/gui: shrink clamp maximum width
- Date: Wed, 28 Sep 2022 15:15:04 +0000 (UTC)
commit 273126bdd4748ab86fa75a0682fe13aaf01be391
Author: Christian Hergert <chergert redhat com>
Date: Wed Sep 28 08:14:50 2022 -0700
libide/gui: shrink clamp maximum width
This should have been 400 and we don't want it to grow beyond that.
src/libide/gui/ide-primary-workspace.ui | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/libide/gui/ide-primary-workspace.ui b/src/libide/gui/ide-primary-workspace.ui
index 94fad38e0..3bea2afa4 100644
--- a/src/libide/gui/ide-primary-workspace.ui
+++ b/src/libide/gui/ide-primary-workspace.ui
@@ -20,7 +20,7 @@
<child type="title">
<object class="AdwClamp">
<property name="orientation">horizontal</property>
- <property name="maximum-size">500</property>
+ <property name="maximum-size">400</property>
<child>
<object class="IdeOmniBar" id="omni_bar">
<property name="icon-name">builder-build-symbolic</property>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]